diff options
| author | Andrew Morton <[email protected]> | 2006-06-30 01:55:50 -0700 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2006-06-30 11:25:37 -0700 |
| commit | 033ab7f8e5c655f49ec8039930b2efd412abbbd7 (patch) | |
| tree | 33fd8073e47d88731380d97be8ecdbdbd69b459e /scripts/patch-kernel | |
| parent | a1836a42daf5ddfe9a891973734bd9a7d62eb504 (diff) | |
[PATCH] add smp_setup_processor_id()
Presently, smp_processor_id() isn't necessarily set up until setup_arch().
But it's used in boot_cpu_init() and printk() and perhaps in other places,
prior to setup_arch() being called.
So provide a new smp_setup_processor_id() which is called before anything
else, wire it up for Voyager (which boots on a CPU other than #0, and broke).
Cc: James Bottomley <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'scripts/patch-kernel')
0 files changed, 0 insertions, 0 deletions