[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <tip-6f0aced639d346e5f54eea9fcb2784b633493d09@git.kernel.org>
Date: Fri, 1 May 2009 20:00:31 GMT
From: tip-bot for Cyrill Gorcunov <gorcunov@...nvz.org>
To: linux-tip-commits@...r.kernel.org
Cc: linux-kernel@...r.kernel.org, hpa@...or.com, mingo@...hat.com,
gorcunov@...nvz.org, tglx@...utronix.de, mingo@...e.hu
Subject: [tip:x86/apic] x86, apic: use pr_ macro
Commit-ID: 6f0aced639d346e5f54eea9fcb2784b633493d09
Gitweb: http://git.kernel.org/tip/6f0aced639d346e5f54eea9fcb2784b633493d09
Author: Cyrill Gorcunov <gorcunov@...nvz.org>
AuthorDate: Fri, 1 May 2009 23:54:25 +0400
Committer: Ingo Molnar <mingo@...e.hu>
CommitDate: Fri, 1 May 2009 21:56:25 +0200
x86, apic: use pr_ macro
Replace recenly appeared printk with pr_ macro
(the file already use a lot of them).
[ Impact: cleanup ]
Signed-off-by: Cyrill Gorcunov <gorcunov@...nvz.org>
LKML-Reference: <20090501195425.GB4633@...ovo>
Signed-off-by: Ingo Molnar <mingo@...e.hu>
---
arch/x86/kernel/apic/apic.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/x86/kernel/apic/apic.c b/arch/x86/kernel/apic/apic.c
index 28f747d..e258bed 100644
--- a/arch/x86/kernel/apic/apic.c
+++ b/arch/x86/kernel/apic/apic.c
@@ -2191,7 +2191,7 @@ static int __cpuinit set_multi(const struct dmi_system_id *d)
{
if (multi)
return 0;
- printk(KERN_INFO "APIC: %s detected, Multi Chassis\n", d->ident);
+ pr_info("APIC: %s detected, Multi Chassis\n", d->ident);
multi = 1;
return 0;
}
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists