diff options
| author | 2007-10-29 07:47:05 -0700 | |
|---|---|---|
| committer | 2007-10-29 07:47:05 -0700 | |
| commit | 93400708dba888d45b4da01e1753a3a743f44496 (patch) | |
| tree | 2bad883807ec1f49b63d486299b99040e75f6684 /kernel/hrtimer.c | |
| parent | deal with resource allocation bugs in arcmsr (diff) | |
| parent | Quieten hrtimer printk: "Switched to high resolution mode .." (diff) | |
| download | wireguard-linux-93400708dba888d45b4da01e1753a3a743f44496.tar.xz wireguard-linux-93400708dba888d45b4da01e1753a3a743f44496.zip | |
Merge git://git.kernel.org/pub/scm/linux/kernel/git/tglx/linux-2.6-hrt
* git://git.kernel.org/pub/scm/linux/kernel/git/tglx/linux-2.6-hrt:
Quieten hrtimer printk: "Switched to high resolution mode .."
timer_list: Fix printk format strings
clockevents: unexport tick_nohz_get_sleep_length
Diffstat (limited to 'kernel/hrtimer.c')
| -rw-r--r-- | kernel/hrtimer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/hrtimer.c b/kernel/hrtimer.c index b6d2ff7e37ee..22a25142e4cf 100644 --- a/kernel/hrtimer.c +++ b/kernel/hrtimer.c @@ -602,7 +602,7 @@ static int hrtimer_switch_to_hres(void) /* "Retrigger" the interrupt to get things going */ retrigger_next_event(NULL); local_irq_restore(flags); - printk(KERN_INFO "Switched to high resolution mode on CPU %d\n", + printk(KERN_DEBUG "Switched to high resolution mode on CPU %d\n", smp_processor_id()); return 1; } |
