[PATCH] Increase number of e820 entries hard limit from 32 to 128
authorVenkatesh Pallipadi <venkatesh.pallipadi@intel.com>
Sun, 1 May 2005 15:58:51 +0000 (08:58 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Sun, 1 May 2005 15:58:51 +0000 (08:58 -0700)
commitf9ba70535dc12d9eb57d466a2ecd749e16eca866
tree7032500f7697e37e8e93869bdcefd4ab5473a136
parentbe9e68703c53fece406bc2e40976a5cfe2a8e77f
[PATCH] Increase number of e820 entries hard limit from 32 to 128

The specifications that talk about E820 map doesn't have an upper limit on
the number of e820 entries.  But, today's kernel has a hard limit of 32.
With increase in memory size, we are seeing the number of E820 entries
reaching close to 32.  Patch below bumps the number upto 128.

The patch changes the location of EDDBUF in zero-page (as it comes after E820).
As, EDDBUF is not used by boot loaders, this patch should not have any effect
on bootloader-setup code interface.

Patch covers both i386 and x86-64.

Tested on:
* grub booting bzImage
* lilo booting bzImage with EDID info enabled
* pxeboot of bzImage

Side-effect:
bss increases by ~ 2K and init.data increases by ~7.5K
on all systems, due to increase in size of static arrays.

Signed-off-by: Venkatesh Pallipadi <venkatesh.pallipadi@intel.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Documentation/i386/zero-page.txt
arch/i386/boot/setup.S
arch/x86_64/boot/setup.S
arch/x86_64/kernel/head64.c
arch/x86_64/kernel/setup64.c
include/asm-i386/e820.h
include/asm-i386/setup.h
include/asm-x86_64/bootsetup.h
include/asm-x86_64/e820.h
include/linux/edd.h