Messages in this thread Patch in this message |  | | Date | Sat, 6 Jan 2001 00:25:34 +0200 | From | Petri Kaukasoina <> | Subject | Re: 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/
|  |