summaryrefslogtreecommitdiffstats
path: root/kernel/hrtimer.c
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@woody.linux-foundation.org>2007-10-29 07:47:05 -0700
committerLinus Torvalds <torvalds@woody.linux-foundation.org>2007-10-29 07:47:05 -0700
commit93400708dba888d45b4da01e1753a3a743f44496 (patch)
tree2bad883807ec1f49b63d486299b99040e75f6684 /kernel/hrtimer.c
parentdb3a91fe2b425c9adde47069efebdba44e665cef (diff)
parentedfed66e17854c312e81a2218f9b0592a555c9a3 (diff)
downloadkernel-crypto-93400708dba888d45b4da01e1753a3a743f44496.tar.gz
kernel-crypto-93400708dba888d45b4da01e1753a3a743f44496.tar.xz
kernel-crypto-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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/hrtimer.c b/kernel/hrtimer.c
index b6d2ff7e37e..22a25142e4c 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;
}