From 69d8772cb575fe71cfb6a7fbc07ca21acfbb4665 Mon Sep 17 00:00:00 2001 From: "Bjoern B. Brandenburg" Date: Thu, 11 Nov 2010 02:31:38 -0500 Subject: DBG: add additional tracing This is not meant to be merged into master... --- include/linux/sched.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/linux') 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) static inline void clear_tsk_need_resched(struct task_struct *tsk) { clear_tsk_thread_flag(tsk,TIF_NEED_RESCHED); + TRACE_TASK(tsk, "clear_tsk_need_resched\n"); } static inline int test_tsk_need_resched(struct task_struct *tsk) -- cgit v1.2.2