diff options
author | James Bottomley <James.Bottomley@HansenPartnership.com> | 2007-05-01 11:13:46 -0400 |
---|---|---|
committer | James Bottomley <jejb@mulgrave.il.steeleye.com> | 2007-05-01 11:13:46 -0400 |
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 535fb9e754fb..fe0ed393294c 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) | |||
564 | hijack_source.idt.Segment = (start_phys_address >> 4) & 0xFFFF; | 564 | hijack_source.idt.Segment = (start_phys_address >> 4) & 0xFFFF; |
565 | 565 | ||
566 | cpucount++; | 566 | cpucount++; |
567 | alternatives_smp_switch(1); | ||
568 | |||
567 | idle = fork_idle(cpu); | 569 | idle = fork_idle(cpu); |
568 | if(IS_ERR(idle)) | 570 | if(IS_ERR(idle)) |
569 | panic("failed fork for CPU%d", cpu); | 571 | panic("failed fork for CPU%d", cpu); |