]> git.baikalelectronics.ru Git - kernel.git/commit
hrtimer: Make the statistics fields smaller
authorThomas Gleixner <tglx@linutronix.de>
Tue, 14 Apr 2015 21:08:34 +0000 (21:08 +0000)
committerThomas Gleixner <tglx@linutronix.de>
Wed, 22 Apr 2015 15:06:49 +0000 (17:06 +0200)
commitf4fab5ac74f6f47b17b826dc75f4662b40a84ab5
treef739fa1d1501f25b883c21042ebe73aeba80a628
parent6bf6c17dbbd9d9201737719c9d9ba80502adf95c
hrtimer: Make the statistics fields smaller

No point in having usigned long for /proc/timer_list statistics. Make
them unsigned int.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Acked-by: Peter Zijlstra <peterz@infradead.org>
Cc: Preeti U Murthy <preeti@linux.vnet.ibm.com>
Cc: Viresh Kumar <viresh.kumar@linaro.org>
Cc: Marcelo Tosatti <mtosatti@redhat.com>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
Link: http://lkml.kernel.org/r/20150414203500.959773467@linutronix.de
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
include/linux/hrtimer.h
kernel/time/hrtimer.c
kernel/time/timer_list.c