[PATCH v3 23/36] hrtimer: Split hrtimer_start_range_ns()

2017-11-29 Thread Anna-Maria Gleixner
Preparatory patch for softirq based hrtimers to avoid code duplication. No functional change. Signed-off-by: Anna-Maria Gleixner --- kernel/time/hrtimer.c | 44 1 file changed, 24 insertions(+), 20 deletions(-) diff --git

[PATCH v3 23/36] hrtimer: Split hrtimer_start_range_ns()

2017-11-29 Thread Anna-Maria Gleixner
Preparatory patch for softirq based hrtimers to avoid code duplication. No functional change. Signed-off-by: Anna-Maria Gleixner --- kernel/time/hrtimer.c | 44 1 file changed, 24 insertions(+), 20 deletions(-) diff --git a/kernel/time/hrtimer.c