Commit e69a9ac59629db81971a9e03048f9a107712947a

Authored by Linus Torvalds

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

…el/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:
  hrtimer: Remove overly verbose "switch to high res mode" message

Showing 1 changed file Side-by-side Diff

... ... @@ -726,8 +726,6 @@
726 726 /* "Retrigger" the interrupt to get things going */
727 727 retrigger_next_event(NULL);
728 728 local_irq_restore(flags);
729   - printk(KERN_DEBUG "Switched to high resolution mode on CPU %d\n",
730   - smp_processor_id());
731 729 return 1;
732 730 }
733 731