hrtimer: Remove hrtimer_enqueue_reprogram()
authorViresh Kumar <viresh.kumar@linaro.org>
Sat, 21 Jun 2014 23:29:17 +0000 (01:29 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Mon, 23 Jun 2014 09:23:47 +0000 (11:23 +0200)
commit9e1e01dd79ac4cf936623399abe57dfba4528ae6
treeb407bd9cf2801df74b78e40e618bcc3037bba704
parent49a2a07514a3a2ea4a02482fa60575e106d960f9
hrtimer: Remove hrtimer_enqueue_reprogram()

We call hrtimer_enqueue_reprogram() only when we are in high resolution
mode now so we don't need to check that again in hrtimer_enqueue_reprogram().

Once the check is removed, hrtimer_enqueue_reprogram() turns to be an
useless wrapper over hrtimer_reprogram() and can be dropped.

Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Frederic Weisbecker <fweisbec@gmail.com>
Link: http://lkml.kernel.org/r/1403393357-2070-6-git-send-email-fweisbec@gmail.com
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
kernel/time/hrtimer.c
This page took 0.024536 seconds and 5 git commands to generate.