[PATCH] hrtimers: remove it_real_value calculation from proc/*/stat
authorRoman Zippel <zippel@linux-m68k.org>
Sun, 26 Mar 2006 09:38:10 +0000 (01:38 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sun, 26 Mar 2006 16:57:02 +0000 (08:57 -0800)
commit4dee26b7e26eb3c78da8bf6c1c52ee5419145b28
treefbea634975b43d58ce50319c2ff703a20fbd133f
parentb75f7a51ca75c977d7d77f735d7a7859194eb39e
[PATCH] hrtimers: remove it_real_value calculation from proc/*/stat

Remove the it_real_value from /proc/*/stat, during 1.2.x was the last time it
returned useful data (as it was directly maintained by the scheduler), now
it's only a waste of time to calculate it.  Return 0 instead.

Signed-off-by: Roman Zippel <zippel@linux-m68k.org>
Acked-by: Ingo Molnar <mingo@elte.hu>
Acked-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
fs/proc/array.c