Re: [patch V2 22/38] posix-cpu-timers: Simplify set_process_cpu_timer()

2019-08-23 Thread Frederic Weisbecker
On Wed, Aug 21, 2019 at 09:09:09PM +0200, Thomas Gleixner wrote: > The expiry cache can now be accessed as an array. Replace the per clock > checks with a simple comparison of the clock indexed array member. > > Signed-off-by: Thomas Gleixner Reviewed-by: Frederic Weisbecker

[patch V2 22/38] posix-cpu-timers: Simplify set_process_cpu_timer()

2019-08-21 Thread Thomas Gleixner
The expiry cache can now be accessed as an array. Replace the per clock checks with a simple comparison of the clock indexed array member. Signed-off-by: Thomas Gleixner --- kernel/time/posix-cpu-timers.c | 24 1 file changed, 8 insertions(+), 16 deletions(-) --- a/ke