Commit da94c7b2 authored by Linus Torvalds's avatar Linus Torvalds

Merge bk://kernel.bkbits.net/gregkh/linux/linus-2.5

into home.transmeta.com:/home/torvalds/v2.5/linux
parents 9d698ef9 200d702b
...@@ -593,6 +593,8 @@ do_boot_cpu(__u8 cpu) ...@@ -593,6 +593,8 @@ do_boot_cpu(__u8 cpu)
if(IS_ERR(idle)) if(IS_ERR(idle))
panic("failed fork for CPU%d", cpu); panic("failed fork for CPU%d", cpu);
wake_up_forked_process(idle);
init_idle(idle, cpu); init_idle(idle, cpu);
idle->thread.eip = (unsigned long) start_secondary; idle->thread.eip = (unsigned long) start_secondary;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment