numa: move large array from stack to _initdata section
authorMike Travis <travis@sgi.com>
Sat, 5 Apr 2008 01:11:09 +0000 (18:11 -0700)
committerIngo Molnar <mingo@elte.hu>
Sat, 19 Apr 2008 17:44:58 +0000 (19:44 +0200)
commitf46bdf2db25dfaff3b611c9711705645cdb03acc
tree18d2de41fdeac8d51ebdac9153999611934ab5ce
parentaa6b54461cc5c0019b9d792adf3176b444c10763
numa: move large array from stack to _initdata section

  * Move large array "struct bootnode nodes" from stack to _initdata
    section to reduce amount of stack space required.

Cc: H. Peter Anvin <hpa@zytor.com>
Signed-off-by: Mike Travis <travis@sgi.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/mm/numa_64.c