kernel/signal.c: use __ARCH_HAS_SA_RESTORER instead of SA_RESTORER
[firefly-linux-kernel-4.4.55.git] / kernel / smpboot.c
index 25d3d8b6e4e15795b21e63e3a0302027477cea58..8eaed9aa9cf0c1995520605af1de8ef3b9e95485 100644 (file)
@@ -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) {