]> Pileus Git - ~andy/linux/blobdiff - kernel/smpboot.c
ftrace: Move ftrace_filter_lseek out of CONFIG_DYNAMIC_FTRACE section
[~andy/linux] / 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) {