smp, irq_work: Continue smp_call_function*() and irq_work*() integration
[sfrench/cifs-2.6.git] / include / linux / sched.h
index 224b5de568e7e85033997ed735b5ace87ba0ed90..692e327d7455c0860b1cb7766dae0758dc428baf 100644 (file)
@@ -654,11 +654,8 @@ struct task_struct {
        unsigned int                    ptrace;
 
 #ifdef CONFIG_SMP
-       struct {
-               struct llist_node               wake_entry;
-               unsigned int                    wake_entry_type;
-       };
        int                             on_cpu;
+       struct __call_single_node       wake_entry;
 #ifdef CONFIG_THREAD_INFO_IN_TASK
        /* Current CPU: */
        unsigned int                    cpu;