commit | 2d02494f5a90f2e4b3c4c6acc85ec94674cdc431 | [log] [tgz] |
---|---|---|
author | Thomas Gleixner <tglx@linutronix.de> | Sat May 02 20:08:52 2009 +0200 |
committer | Thomas Gleixner <tglx@linutronix.de> | Fri May 15 15:32:45 2009 +0200 |
tree | 8032438de5b55282976583b111d02d9379ff3966 | |
parent | dce48a84adf1806676319f6f480e30a6daa012f9 [diff] |
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>