Re: [PATCH 06/25] hrtimer: Store running timer in hrtimer_clock_base

2017-09-28 Thread Thomas Gleixner
On Mon, 25 Sep 2017, Peter Zijlstra wrote: > On Thu, Aug 31, 2017 at 12:23:36PM -, Anna-Maria Gleixner wrote: > > Unfortunately this makes cpu_clock base larger than 32 bytes on 32bit > > kernels. Instead of having huge gaps due to alignment, remove the alignment > > and let the compiler pack

Re: [PATCH 06/25] hrtimer: Store running timer in hrtimer_clock_base

2017-09-25 Thread Peter Zijlstra
On Thu, Aug 31, 2017 at 12:23:36PM -, Anna-Maria Gleixner wrote: > Unfortunately this makes cpu_clock base larger than 32 bytes on 32bit > kernels. Instead of having huge gaps due to alignment, remove the alignment > and let the compiler pack cpu base for 32bit. The resulting cache access > pat