Skip to content
Commit 259aae86 authored by Thomas Gleixner's avatar Thomas Gleixner
Browse files

hrtimer: optimize the softirq time optimization



The previous optimization did not take the case into account where a
clock provides its own softirq_get_time() function.

Check for the availablitiy of the clock get time function first and
then check if we need to retrieve the time for both clocks via
hrtimer_softirq_gettime() to avoid a double evaluation of time in that
case as well.

Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
parent 833883d9
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment