lkml.org 
[lkml]   [2001]   [Jan]   [5]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
SubjectRe: Linux 2.4.0-ac2
On Fri, Jan 05, 2001 at 05:35:03PM +0000, Alan Cox wrote:
>
>
> o E820 handling fixup (Andrea Arcangeli)

I guess this was supposed to be partly backed out for 2.4 too:


--- linux-2.4.0/arch/i386/kernel/setup.c.orig Sun Dec 31 20:26:18 2000
+++ linux-2.4.0/arch/i386/kernel/setup.c Fri Jan 5 23:43:34 2001
@@ -518,7 +518,7 @@

e820.nr_map = 0;
add_memory_region(0, LOWMEMSIZE(), E820_RAM);
- add_memory_region(HIGH_MEMORY, (mem_size << 10) - HIGH_MEMORY, E820_RAM);
+ add_memory_region(HIGH_MEMORY, (mem_size << 10), E820_RAM);
}
printk("BIOS-provided physical RAM map:\n");
print_memory_map(who);
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
\
 
 \ /
  Last update: 2005-03-22 12:52    [W:0.181 / U:0.100 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site