Revision e89996ae3f9e88d4fd75751a15c10b19d197e702 authored by Ingo Molnar on 14 March 2008, 22:48:28 UTC, committed by Ingo Molnar on 15 March 2008, 02:02:49 UTC
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>
1 parent 3fe6974
Raw File
locking-selftest-hardirq.h
#undef IRQ_DISABLE
#undef IRQ_ENABLE
#undef IRQ_ENTER
#undef IRQ_EXIT

#define IRQ_ENABLE		HARDIRQ_ENABLE
#define IRQ_DISABLE		HARDIRQ_DISABLE
#define IRQ_ENTER		HARDIRQ_ENTER
#define IRQ_EXIT		HARDIRQ_EXIT
back to top