[PATCH v3 29/36] hrtimer: Implement SOFT/HARD clock base selection

2017-11-29 Thread Anna-Maria Gleixner
All prerequisites to handle hrtimers for expiry in either hard or soft interrupt context are in place. Add the missing bit in hrtimer_init() which associates the timer to the hard or the soft irq clock base. Signed-off-by: Anna-Maria Gleixner --- kernel/time/hrtimer.c

[PATCH v3 29/36] hrtimer: Implement SOFT/HARD clock base selection

2017-11-29 Thread Anna-Maria Gleixner
All prerequisites to handle hrtimers for expiry in either hard or soft interrupt context are in place. Add the missing bit in hrtimer_init() which associates the timer to the hard or the soft irq clock base. Signed-off-by: Anna-Maria Gleixner --- kernel/time/hrtimer.c | 15 +++ 1