Skip to content
Commit f24444b0 authored by Thomas Gleixner's avatar Thomas Gleixner
Browse files

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: default avatarThomas Gleixner <tglx@linutronix.de>
Reviewed-by: default avatarPeter Zijlstra <peterz@infradead.org>
parent 9ec26907
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment