lkml.org 
[lkml]   [2000]   [Feb]   [26]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[patch] pre3-2.3.48 SMP boot-hang bugfix.

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;
\
 
 \ /
  Last update: 2005-03-22 13:56    [W:0.029 / U:2.604 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site