Commit a192bc10 authored by Alan Cox's avatar Alan Cox Committed by Jens Axboe

[PATCH] remove bogowarning

No lilo since about 1997 has stomped the EBDA
parent 384cf84c
......@@ -755,8 +755,6 @@ void __init find_smp_config (void)
address = *(unsigned short *)phys_to_virt(0x40E);
address <<= 4;
smp_scan_config(address, 0x400);
if (smp_found_config)
printk(KERN_WARNING "WARNING: MP table in the EBDA can be UNSAFE, contact linux-smp@vger.kernel.org if you experience SMP problems!\n");
}
......
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