commit | f24444b01bf6c51c300fd3ffc73423383d747882 | [log] [tgz] |
---|---|---|
author | Thomas Gleixner <tglx@linutronix.de> | Fri May 20 13:02:58 2011 +0200 |
committer | Thomas Gleixner <tglx@linutronix.de> | Mon May 23 13:59:53 2011 +0200 |
tree | 456660380194008cf5bd338a5a94b28a1d9cf346 | |
parent | 9ec2690758a5467f24beb301cca5098078073bba [diff] |
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>