commit | ab693c5a5e3107f035d5162e6ada9aaf7dd76a1d | [log] [tgz] |
---|---|---|
author | Thomas Gleixner <tglx@linutronix.de> | Wed Aug 21 21:09:03 2019 +0200 |
committer | Thomas Gleixner <tglx@linutronix.de> | Wed Aug 28 11:50:33 2019 +0200 |
tree | 4878a4bb01da0103aa768da4c83a4294153c0b5e | |
parent | 0476ff2c151ee35bda2f938e8828b6f6113ebf55 [diff] |
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