sched, timers: cleanup avenrun users
authorThomas Gleixner <tglx@linutronix.de>
Sat, 2 May 2009 18:08:52 +0000 (20:08 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Fri, 15 May 2009 13:32:45 +0000 (15:32 +0200)
commit2d02494f5a90f2e4b3c4c6acc85ec94674cdc431
tree8032438de5b55282976583b111d02d9379ff3966
parentdce48a84adf1806676319f6f480e30a6daa012f9
sched, timers: cleanup avenrun users

avenrun is an rough estimate so we don't have to worry about
consistency of the three avenrun values. Remove the xtime lock
dependency and provide a function to scale the values. Cleanup the
users.

[ Impact: cleanup ]

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Acked-by: Peter Zijlstra <peterz@infradead.org>
fs/proc/loadavg.c
include/linux/sched.h
kernel/sched.c
kernel/timer.c