From: Roman Zippel Date: Sun, 26 Mar 2006 09:38:10 +0000 (-0800) Subject: [PATCH] hrtimers: remove it_real_value calculation from proc/*/stat X-Git-Tag: v2.6.17-rc1~581 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4dee26b7e26eb3c78da8bf6c1c52ee5419145b28;p=pandora-kernel.git [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 Acked-by: Ingo Molnar Acked-by: Thomas Gleixner Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed