Skip to content

Commit

Permalink
[VOYAGER] add smp alternatives
Browse files Browse the repository at this point in the history
It's about time voyager had them

Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
  • Loading branch information
James Bottomley authored and James Bottomley committed May 1, 2007
1 parent 9d0e59a commit d644451
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/i386/mach-voyager/voyager_smp.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit d644451

Please sign in to comment.