patch-2.2.19 linux/arch/i386/kernel/smp.c
Next file: linux/arch/i386/kernel/time.c
Previous file: linux/arch/i386/kernel/setup.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Sun Mar 25 11:37:29 2001
- Orig file:
v2.2.18/arch/i386/kernel/smp.c
- Orig date:
Sun Mar 25 11:28:17 2001
diff -u --new-file --recursive --exclude-from /usr/src/exclude v2.2.18/arch/i386/kernel/smp.c linux/arch/i386/kernel/smp.c
@@ -680,7 +680,7 @@
*/
unsigned long __init smp_alloc_memory(unsigned long mem_base)
{
- if (mem_base + PAGE_SIZE > i386_endbase)
+ if (mem_base + PAGE_SIZE > i386_endbase + PAGE_OFFSET)
panic("smp_alloc_memory: Insufficient low memory for kernel trampoline 0x%lx.", mem_base);
trampoline_base = (void *)mem_base;
return mem_base + PAGE_SIZE;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)