]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
x86, apic: use pr_ macro
authorCyrill Gorcunov <gorcunov@openvz.org>
Fri, 1 May 2009 19:54:25 +0000 (23:54 +0400)
committerIngo Molnar <mingo@elte.hu>
Fri, 1 May 2009 19:56:25 +0000 (21:56 +0200)
Replace recenly appeared printk with pr_ macro
(the file already use a lot of them).

[ Impact: cleanup ]

Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org>
LKML-Reference: <20090501195425.GB4633@lenovo>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/apic/apic.c

index 28f747d61d787c1a0307c4e547577593ef85b2f2..e258bedce7cba173e028dde4ad93c8aff12e1c7d 100644 (file)
@@ -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;
 }