USB: EHCI: adjust ehci_iso_stream for changes in ehci_qh
[safe/jmp/linux-2.6] / kernel / stop_machine.c
index 912823e..9bb9fb1 100644 (file)
@@ -45,7 +45,7 @@ static int refcount;
 static struct workqueue_struct *stop_machine_wq;
 static struct stop_machine_data active, idle;
 static const struct cpumask *active_cpus;
-static void *stop_machine_work;
+static void __percpu *stop_machine_work;
 
 static void set_state(enum stopmachine_state newstate)
 {