Re: Linux 2.4.0-ac2

From: Petri Kaukasoina (kaukasoi@elektroni.ee.tut.fi)
Date: Fri Jan 05 2001 - 17:25:34 EST


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/



This archive was generated by hypermail 2b29 : Sun Jan 07 2001 - 21:00:23 EST