i387: re-introduce FPU state preloading at context switch time
[cascardo/linux.git] / kernel / stop_machine.c
index d3f960a..2f194e9 100644 (file)
@@ -12,7 +12,7 @@
 #include <linux/cpu.h>
 #include <linux/init.h>
 #include <linux/kthread.h>
-#include <linux/module.h>
+#include <linux/export.h>
 #include <linux/percpu.h>
 #include <linux/sched.h>
 #include <linux/stop_machine.h>
@@ -494,7 +494,7 @@ int __stop_machine(int (*fn)(void *), void *data, const struct cpumask *cpus)
                 * early in boot before stop_machine() has been
                 * initialized.
                 */
-               unsigned long flags;
+               unsigned long flags;
                int ret;
 
                WARN_ON_ONCE(smdata.num_threads != 1);