diff options
Diffstat (limited to 'include/linux/sched.h')
| -rw-r--r-- | include/linux/sched.h | 7 | 
1 files changed, 1 insertions, 6 deletions
| diff --git a/include/linux/sched.h b/include/linux/sched.h index b62e6aaf28f0..683372943093 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h @@ -114,10 +114,6 @@ struct task_group;  #define task_is_stopped_or_traced(task)	((task->state & (__TASK_STOPPED | __TASK_TRACED)) != 0) -#define task_contributes_to_load(task)	((task->state & TASK_UNINTERRUPTIBLE) != 0 && \ -					 (task->flags & PF_FROZEN) == 0 && \ -					 (task->state & TASK_NOLOAD) == 0) -  #ifdef CONFIG_DEBUG_ATOMIC_SLEEP  /* @@ -654,9 +650,8 @@ struct task_struct {  	unsigned int			ptrace;  #ifdef CONFIG_SMP -	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; | 
