]> git.neil.brown.name Git - history.git/commit
[PATCH] reduce stack usage of sanitize_e820_map
authorBenjamin LaHaise <bcrl@redhat.com>
Thu, 15 Aug 2002 07:59:57 +0000 (00:59 -0700)
committerLinus Torvalds <torvalds@home.transmeta.com>
Thu, 15 Aug 2002 07:59:57 +0000 (00:59 -0700)
commit270ebb5c163bd9dac0555f2ae706d1d3b548789c
treed16f7e5eb83f269472cc35bb347b587283edbe87
parent7dd294f7c333e77c15a402a4fa798173f286e598
[PATCH] reduce stack usage of sanitize_e820_map

Currently, sanitize_e820_map uses 0x738 bytes of stack.  The patch below
moves the arrays into __initdata, reducing stack usage to 0x34 bytes.
arch/i386/kernel/setup.c