]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
sched: fix update_load_add()/sub()
authorIngo Molnar <mingo@elte.hu>
Fri, 14 Mar 2008 22:48:28 +0000 (23:48 +0100)
committerIngo Molnar <mingo@elte.hu>
Sat, 15 Mar 2008 02:02:49 +0000 (03:02 +0100)
commite89996ae3f9e88d4fd75751a15c10b19d197e702
treeb4b754697995e3ebff4e987b46167263e86ff0d8
parent3fe69747dab906cd6a8523230276a9820d6a514f
sched: fix update_load_add()/sub()

Clear the cached inverse value when updating load. This is needed for
calc_delta_mine() to work correctly when using the rq load.

Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
kernel/sched.c