commit | 7cde4910a5adcab62506eff49f4500053464fc8a | [log] [tgz] |
---|---|---|
author | Michael Holzheu <holzheu@linux.vnet.ibm.com> | Wed Aug 05 11:23:53 2015 +0200 |
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | Fri Aug 07 09:57:38 2015 +0200 |
tree | e08f7692b733f4e9b57973d95ecda50795c0d981 | |
parent | 854508c0d0bbcf2f80fa1f79af5cb9ce219b2e9c [diff] |
s390/numa: make core to node mapping data dynamic 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>