[PATCH v3 24/36] hrtimer: Split __hrtimer_get_next_event()

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 | 20 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/kernel/time/hrtimer.c

[PATCH v3 24/36] hrtimer: Split __hrtimer_get_next_event()

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 | 20 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/kernel/time/hrtimer.c b/kernel/time/hrtimer.c