From: Thomas Gleixner Date: Fri, 20 May 2011 11:02:58 +0000 (+0200) Subject: hrtimers: Make struct hrtimer_cpu_base layout less stupid X-Git-Tag: v3.0-rc1~340^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f24444b01bf6c51c300fd3ffc73423383d747882;p=pandora-kernel.git 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 Reviewed-by: Peter Zijlstra --- Reading git-diff-tree failed