Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip

* 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip:
  hrtimers: fix inconsistent lock state on resume in hres_timers_resume
  time-sched.c: tick_nohz_update_jiffies should be static
  locking, hpet: annotate false positive warning
  kernel/fork.c: unused variable 'ret'
  itimers: remove the per-cpu-ish-ness
This commit is contained in:
Linus Torvalds 2009-01-26 09:47:43 -08:00
commit 1e70c7f7a9
9 changed files with 57 additions and 111 deletions

View file

@ -614,7 +614,9 @@ void clock_was_set(void)
*/
void hres_timers_resume(void)
{
/* Retrigger the CPU local events: */
WARN_ONCE(!irqs_disabled(),
KERN_INFO "hres_timers_resume() called with IRQs enabled!");
retrigger_next_event(NULL);
}