Re: [patch V2 16/38] posix-cpu-timers: Move prof/virt_ticks into caller

2019-08-22 Thread Frederic Weisbecker
On Wed, Aug 21, 2019 at 09:09:03PM +0200, Thomas Gleixner wrote: > The functions have only one caller left. No point in having them. > > Move the almost duplicated code into the caller and simplify it. > > Signed-off-by: Thomas Gleixner Reviewed-by: Frederic Weisbecker

[patch V2 16/38] posix-cpu-timers: Move prof/virt_ticks into caller

2019-08-21 Thread Thomas Gleixner
The functions have only one caller left. No point in having them. Move the almost duplicated code into the caller and simplify it. Signed-off-by: Thomas Gleixner --- kernel/time/posix-cpu-timers.c | 30 +- 1 file changed, 9 insertions(+), 21 deletions(-) --- a/ker