Commit d3f6302e7e51b41af86c6496ffb2f95e8f2179df

Authored by Roland Dreier
Committed by Ingo Molnar
1 parent 89133f9350

hrtimer: Remove overly verbose "switch to high res mode" message

On big systems, printing <number of CPUs> copies of

    Switched to high resolution mode on CPU nnn

clutters up the kernel log for minimal gain.  Just get rid of them.

Signed-off-by: Roland Dreier <rolandd@cisco.com>
LKML-Reference: <ada1vlw126s.fsf_-_@cisco.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>

Showing 1 changed file with 0 additions and 2 deletions Side-by-side Diff

... ... @@ -720,8 +720,6 @@
720 720 /* "Retrigger" the interrupt to get things going */
721 721 retrigger_next_event(NULL);
722 722 local_irq_restore(flags);
723   - printk(KERN_DEBUG "Switched to high resolution mode on CPU %d\n",
724   - smp_processor_id());
725 723 return 1;
726 724 }
727 725