aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/sched.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h
index c9ac4fc837ba..0aaf530c9603 100644
--- a/include/linux/sched.h
+++ b/include/linux/sched.h
@@ -2308,6 +2308,7 @@ static inline void set_tsk_need_resched(struct task_struct *tsk)
2308static inline void clear_tsk_need_resched(struct task_struct *tsk) 2308static inline void clear_tsk_need_resched(struct task_struct *tsk)
2309{ 2309{
2310 clear_tsk_thread_flag(tsk,TIF_NEED_RESCHED); 2310 clear_tsk_thread_flag(tsk,TIF_NEED_RESCHED);
2311 TRACE_TASK(tsk, "clear_tsk_need_resched\n");
2311} 2312}
2312 2313
2313static inline int test_tsk_need_resched(struct task_struct *tsk) 2314static inline int test_tsk_need_resched(struct task_struct *tsk)