hrtimers: Prepare for cancel on clock was set timers

Make clock_was_set() unconditional and rename hres_timers_resume to
hrtimers_resume. This is a preparatory patch for hrtimers which are
cancelled when clock realtime was set.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Цей коміт міститься в:
Thomas Gleixner
2011-05-02 16:48:57 +02:00
джерело 942c3c5c32
коміт b12a03ce48
3 змінених файлів з 65 додано та 78 видалено

Переглянути файл

@@ -680,7 +680,7 @@ static void timekeeping_resume(void)
clockevents_notify(CLOCK_EVT_NOTIFY_RESUME, NULL);
/* Resume hrtimers */
hres_timers_resume();
hrtimers_resume();
}
static int timekeeping_suspend(void)