mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 22:51:42 +00:00
7cde4910a5
The core to node mapping data consumes about 2 KB bss data. To save memory for the non-NUMA case, make the data dynamic. In addition change the "core_to_node" array from "int" to "s32" which saves 1 KB also for the NUMA case. Suggested-by: Heiko Carstens <heiko.carstens@de.ibm.com> Signed-off-by: Michael Holzheu <holzheu@linux.vnet.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com> |
||
---|---|---|
.. | ||
Makefile | ||
mode_emu.c | ||
numa_mode.h | ||
numa.c | ||
toptree.c | ||
toptree.h |