From: Andrew Morton Cc: bibo mao Cc: Masami Hiramatsu Cc: Prasanna S Panchamukhi Cc: Ananth N Mavinakayanahalli Cc: Anil S Keshavamurthy Signed-off-by: Andrew Morton --- kernel/sched.c | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff -puN kernel/sched.c~kretprobe-instance-recycled-by-parent-process-tidy kernel/sched.c --- devel/kernel/sched.c~kretprobe-instance-recycled-by-parent-process-tidy 2006-03-11 02:47:13.000000000 -0800 +++ devel-akpm/kernel/sched.c 2006-03-11 02:47:13.000000000 -0800 @@ -1552,10 +1552,10 @@ static inline void finish_task_switch(ru finish_lock_switch(rq, prev); if (mm) mmdrop(mm); - if (unlikely(prev_task_flags & PF_DEAD)){ + if (unlikely(prev_task_flags & PF_DEAD)) { /* - * Remove function-return probe instances associated with this task - * and put them back on the free list. + * Remove function-return probe instances associated with this + * task and put them back on the free list. */ kprobe_flush_task(prev); put_task_struct(prev); _