diff options
author | James Bottomley <James.Bottomley@HansenPartnership.com> | 2007-05-01 10:13:46 -0500 |
---|---|---|
committer | James Bottomley <jejb@mulgrave.il.steeleye.com> | 2007-05-01 10:13:46 -0500 |
commit | d6444514b89098284099c17b9f168ef6236d3e8f (patch) | |
tree | e4419419c458494e4ef06cad058cc4035a92092a /arch/i386/mach-voyager | |
parent | 9d0e59a34116f5ee48efc9a397fb09aaedc3b2f0 (diff) |
[VOYAGER] add smp alternatives
It's about time voyager had them
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
Diffstat (limited to 'arch/i386/mach-voyager')
-rw-r--r-- | arch/i386/mach-voyager/voyager_smp.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/i386/mach-voyager/voyager_smp.c b/arch/i386/mach-voyager/voyager_smp.c index 535fb9e754f..fe0ed393294 100644 --- a/arch/i386/mach-voyager/voyager_smp.c +++ b/arch/i386/mach-voyager/voyager_smp.c @@ -564,6 +564,8 @@ do_boot_cpu(__u8 cpu) hijack_source.idt.Segment = (start_phys_address >> 4) & 0xFFFF; cpucount++; + alternatives_smp_switch(1); + idle = fork_idle(cpu); if(IS_ERR(idle)) panic("failed fork for CPU%d", cpu); |