]> git.hungrycats.org Git - linux/commitdiff
[PATCH] fix typo in arch/i386/kernel/mpparse.c in printk
authorAndrew Morton <akpm@digeo.com>
Sun, 2 Mar 2003 12:37:26 +0000 (04:37 -0800)
committerDavid S. Miller <davem@nuts.ninka.net>
Sun, 2 Mar 2003 12:37:26 +0000 (04:37 -0800)
Patch from "Vitezslav Samel" <samel@mail.cz>

Obvious fix of printk level (wrong since 2.5.62).

arch/i386/kernel/mpparse.c

index 33a11551c5815e24425cf0a62024294a99387c32..20b3d27cc634df48958ea09ea2bae5e5f1c6d20a 100644 (file)
@@ -631,7 +631,7 @@ void __init get_smp_config (void)
        else if (acpi_lapic)
                printk(KERN_INFO "Using ACPI for processor (LAPIC) configuration information\n");
 
-       printk("KERN_INFO Intel MultiProcessor Specification v1.%d\n", mpf->mpf_specification);
+       printk(KERN_INFO "Intel MultiProcessor Specification v1.%d\n", mpf->mpf_specification);
        if (mpf->mpf_feature2 & (1<<7)) {
                printk(KERN_INFO "    IMCR and PIC compatibility mode.\n");
                pic_mode = 1;