diff options
author | Ingo Molnar <mingo@elte.hu> | 2012-01-17 03:44:17 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2012-01-17 03:44:17 -0500 |
commit | b64b223aed5f8aeeb6c046f1b050a8f976b87de0 (patch) | |
tree | f4ce305aaae5fa04f55ad04a3b9ee501158decde /include/linux | |
parent | 5d53cb27d849c899136c048ec84c940ac449494b (diff) | |
parent | 4410030646be072b82ec1892ad5cc7d91af384d8 (diff) |
Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/urgent
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/sched.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h index cf0eb342bcba..40d84481a1c9 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h | |||
@@ -2089,7 +2089,7 @@ extern struct task_struct *idle_task(int cpu); | |||
2089 | * is_idle_task - is the specified task an idle task? | 2089 | * is_idle_task - is the specified task an idle task? |
2090 | * @tsk: the task in question. | 2090 | * @tsk: the task in question. |
2091 | */ | 2091 | */ |
2092 | static inline bool is_idle_task(struct task_struct *p) | 2092 | static inline bool is_idle_task(const struct task_struct *p) |
2093 | { | 2093 | { |
2094 | return p->pid == 0; | 2094 | return p->pid == 0; |
2095 | } | 2095 | } |