hrtimers: Make struct hrtimer_cpu_base layout less stupid
authorThomas Gleixner <tglx@linutronix.de>
Fri, 20 May 2011 11:02:58 +0000 (13:02 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Mon, 23 May 2011 11:59:53 +0000 (13:59 +0200)
commitf24444b01bf6c51c300fd3ffc73423383d747882
tree456660380194008cf5bd338a5a94b28a1d9cf346
parent9ec2690758a5467f24beb301cca5098078073bba
hrtimers: Make struct hrtimer_cpu_base layout less stupid

In the HIGHRES=y case we access the members at the end of struct
hrtimer_cpu_base first and then the one at the beginning. Move the
hrtimer data to front, so we have linear progressing access.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Peter Zijlstra <peterz@infradead.org>
include/linux/hrtimer.h