Commit d3a3fe93 authored by Andrew Morton's avatar Andrew Morton Committed by David S. Miller

[PATCH] fix typo in arch/i386/kernel/mpparse.c in printk

Patch from "Vitezslav Samel" <samel@mail.cz>

Obvious fix of printk level (wrong since 2.5.62).
parent dac80052
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment