2003-02-26 16:37:15

by Vitezslav Samel

[permalink] [raw]
Subject: [PATCH] fix typo in arch/i386/kernel/mpparse.c in printk

Hi!

Please apply this obvious fix of printk level (wrong since 2.5.62).

Regards,
Vita Samel


--- clean-2.5.63/arch/i386/kernel/mpparse.c.orig Tue Feb 25 18:04:35 2003
+++ clean-2.5.63/arch/i386/kernel/mpparse.c Wed Feb 26 17:34:40 2003
@@ -631,7 +631,7 @@
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;