smp-2.3.48-C0 (attached) fixes the bug causing SMP boot-hang of pre3-48,
introduced in smp-2.3.48-B2.
-- mingo
--- linux/arch/i386/kernel/mpparse.c.orig Sat Feb 26 08:57:18 2000
+++ linux/arch/i386/kernel/mpparse.c Sat Feb 26 08:57:29 2000
@@ -436,7 +436,7 @@
smp_found_config = 1;
printk("found SMP MP-table at %08lx\n",
virt_to_phys(mpf));
- reserve_bootmem((unsigned long)mpf, PAGE_SIZE);
+ reserve_bootmem(virt_to_phys(mpf), PAGE_SIZE);
if (mpf->mpf_physptr)
reserve_bootmem(mpf->mpf_physptr, PAGE_SIZE);
mpf_found = mpf;