From: Anna-Maria Gleixner <[email protected]>

There already exist a function for updating the next_timer
hrtimer_update_next_timer().

Signed-off-by: Anna-Maria Gleixner <[email protected]>
---
 kernel/time/hrtimer.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/kernel/time/hrtimer.c
+++ b/kernel/time/hrtimer.c
@@ -630,7 +630,7 @@ static void hrtimer_reprogram(struct hrt
                return;
 
        /* Update the pointer to the next expiring timer */
-       cpu_base->next_timer = timer;
+       hrtimer_update_next_timer(cpu_base, timer);
 
        /*
         * If a hang was detected in the last timer interrupt then we


Reply via email to