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;
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/