X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=kernel%2Fsmpboot.c;h=8eaed9aa9cf0c1995520605af1de8ef3b9e95485;hb=8edfdab37157d2683e51b8be5d3d5697f66a9f7b;hp=25d3d8b6e4e15795b21e63e3a0302027477cea58;hpb=af2841cdd4cb35248e41f7427d996c8f6b563051;p=~andy%2Flinux diff --git a/kernel/smpboot.c b/kernel/smpboot.c index 25d3d8b6e4e..8eaed9aa9cf 100644 --- a/kernel/smpboot.c +++ b/kernel/smpboot.c @@ -131,7 +131,7 @@ static int smpboot_thread_fn(void *data) continue; } - //BUG_ON(td->cpu != smp_processor_id()); + BUG_ON(td->cpu != smp_processor_id()); /* Check for state change setup */ switch (td->status) {