]> git.hungrycats.org Git - linux/commitdiff
[PATCH] remove bogowarning
authorAlan Cox <alan@lxorguk.ukuu.org.uk>
Sat, 15 Feb 2003 04:30:26 +0000 (20:30 -0800)
committerJens Axboe <axboe@suse.de>
Sat, 15 Feb 2003 04:30:26 +0000 (20:30 -0800)
No lilo since about 1997 has stomped the EBDA

arch/i386/kernel/mpparse.c

index 39a3b457ab9fc69f4a520907fc2162d9786f0eca..e2dd7df860239684d5566e0fe02df98368272821 100644 (file)
@@ -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");
 }