]> git.baikalelectronics.ru Git - kernel.git/commit
posix-cpu-timers: Move prof/virt_ticks into caller
authorThomas Gleixner <tglx@linutronix.de>
Wed, 21 Aug 2019 19:09:03 +0000 (21:09 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Wed, 28 Aug 2019 09:50:33 +0000 (11:50 +0200)
commit6aa1b26021d60333e840fca80167f17625f4e96b
tree4878a4bb01da0103aa768da4c83a4294153c0b5e
parentfeb98a8d6e6be4e4afd1b007fa706f06d20f1011
posix-cpu-timers: Move prof/virt_ticks into caller

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 <tglx@linutronix.de>
Reviewed-by: Frederic Weisbecker <frederic@kernel.org>
Link: https://lkml.kernel.org/r/20190821192920.729298382@linutronix.de
kernel/time/posix-cpu-timers.c