diff --git a/include/linux/sched.h b/include/linux/sched.h index b62e6aaf28f0318455f47c047c307cb6441fdd53..224b5de568e7e85033997ed735b5ace87ba0ed90 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h @@ -654,8 +654,10 @@ struct task_struct { unsigned int ptrace; #ifdef CONFIG_SMP - struct llist_node wake_entry; - unsigned int wake_entry_type; + struct { + struct llist_node wake_entry; + unsigned int wake_entry_type; + }; int on_cpu; #ifdef CONFIG_THREAD_INFO_IN_TASK /* Current CPU: */