Re: [patch V2 21/38] posix-cpu-timers: Simplify timer queueing

2019-08-23 Thread Frederic Weisbecker
On Wed, Aug 21, 2019 at 09:09:08PM +0200, Thomas Gleixner wrote: > Now that the expiry cache can be accessed as an array, the per clock > checking can be reduced to just comparing the corresponding array elements. > > Signed-off-by: Thomas Gleixner Reviewed-by: Frederic Weisbecker

[patch V2 21/38] posix-cpu-timers: Simplify timer queueing

2019-08-21 Thread Thomas Gleixner
Now that the expiry cache can be accessed as an array, the per clock checking can be reduced to just comparing the corresponding array elements. Signed-off-by: Thomas Gleixner --- kernel/time/posix-cpu-timers.c | 57 +++-- 1 file changed, 22 insertions(+), 3