Re: [patch V2 09/38] posix-cpu-timers: Use clock ID in posix_cpu_timer_set()

2019-08-22 Thread Frederic Weisbecker
On Wed, Aug 21, 2019 at 09:08:56PM +0200, Thomas Gleixner wrote: > Extract the clock ID (PROF/VIRT/SCHED) from the clock selector and use it > as argument to the sample functions. That allows to simplify them once all > callers are fixed. > > Signed-off-by: Thomas Gleixner Reviewed-by: Frederic

[patch V2 09/38] posix-cpu-timers: Use clock ID in posix_cpu_timer_set()

2019-08-21 Thread Thomas Gleixner
Extract the clock ID (PROF/VIRT/SCHED) from the clock selector and use it as argument to the sample functions. That allows to simplify them once all callers are fixed. Signed-off-by: Thomas Gleixner --- kernel/time/posix-cpu-timers.c | 11 ++- 1 file changed, 6 insertions(+), 5 deletio