This line of code was unbelievably lost somehow in the "filehandle_switch" patch. Signed-off-by: Paolo 'Blaisorblade' Giarrusso --- uml-linux-2.6.7-paolo/arch/um/kernel/smp.c | 1 + 1 files changed, 1 insertion(+) diff -puN arch/um/kernel/smp.c~uml-restore-lost-code arch/um/kernel/smp.c --- uml-linux-2.6.7/arch/um/kernel/smp.c~uml-restore-lost-code 2004-08-25 16:33:28.274244752 +0200 +++ uml-linux-2.6.7-paolo/arch/um/kernel/smp.c 2004-08-25 16:33:28.276244448 +0200 @@ -119,6 +119,7 @@ static struct task_struct *idle_thread(i idle_threads[cpu] = new_task; CHOOSE_MODE(os_write_file(new_task->thread.mode.tt.switch_pipe[1], &c, sizeof(c)), + ({ panic("skas mode doesn't support SMP"); })); wake_up_forked_process(new_task); return(new_task); } _