diff options
author | Joe Perches <joe@perches.com> | 2010-09-12 01:10:54 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2010-09-12 03:32:31 -0400 |
commit | d0ed0c32662e756e7daf85e70a5a27a9c1111331 (patch) | |
tree | c01869a044731abd68f85b83b3132b73b865579f /arch | |
parent | 592091c0e21655bfbdf68741dd5a920c2ac2bbe6 (diff) |
x86: Remove pr_<level> uses of KERN_<level>
Signed-off-by: Joe Perches <joe@perches.com>
Cc: Jiri Kosina <trivial@kernel.org>
LKML-Reference: <d40c60f4b036a26db8492848695bdafaa3b42791.1284267142.git.joe@perches.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/x86/kernel/apb_timer.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86/kernel/apb_timer.c b/arch/x86/kernel/apb_timer.c index 8dd77800ff5d..4004417a6b53 100644 --- a/arch/x86/kernel/apb_timer.c +++ b/arch/x86/kernel/apb_timer.c | |||
@@ -398,7 +398,7 @@ static int apbt_cpuhp_notify(struct notifier_block *n, | |||
398 | } | 398 | } |
399 | break; | 399 | break; |
400 | default: | 400 | default: |
401 | pr_debug(KERN_INFO "APBT notified %lu, no action\n", action); | 401 | pr_debug("APBT notified %lu, no action\n", action); |
402 | } | 402 | } |
403 | return NOTIFY_OK; | 403 | return NOTIFY_OK; |
404 | } | 404 | } |
@@ -552,7 +552,7 @@ bad_count: | |||
552 | pr_debug("APB CS going back %lx:%lx:%lx ", | 552 | pr_debug("APB CS going back %lx:%lx:%lx ", |
553 | t2, last_read, t2 - last_read); | 553 | t2, last_read, t2 - last_read); |
554 | bad_count_x3: | 554 | bad_count_x3: |
555 | pr_debug(KERN_INFO "tripple check enforced\n"); | 555 | pr_debug("triple check enforced\n"); |
556 | t0 = apbt_readl(phy_cs_timer_id, | 556 | t0 = apbt_readl(phy_cs_timer_id, |
557 | APBTMR_N_CURRENT_VALUE); | 557 | APBTMR_N_CURRENT_VALUE); |
558 | udelay(1); | 558 | udelay(1); |