--- kernel/sched_bfs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: linux-2.6.39-rc7-ck/kernel/sched_bfs.c =================================================================== --- linux-2.6.39-rc7-ck.orig/kernel/sched_bfs.c 2011-05-15 20:52:21.486118155 +1000 +++ linux-2.6.39-rc7-ck/kernel/sched_bfs.c 2011-05-15 20:52:51.780118150 +1000 @@ -1015,7 +1015,7 @@ static inline void clear_sticky(struct t static inline void less_sticky(struct task_struct *p) { - p->sticky = CACHE_WARM; + clear_sticky(p); } static inline int task_sticky(struct task_struct *p)