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