commit | da6d2c289dbe8871f1977bf7c348309d37b867b0 | [log] [tgz] |
---|---|---|
author | Heiko Carstens <hca@linux.ibm.com> | Wed Feb 17 08:15:00 2021 +0100 |
committer | Vasily Gorbik <gor@linux.ibm.com> | Wed Feb 24 00:31:22 2021 +0100 |
tree | b5471f5617fea90ced07fe0bc45705aacbc090a2 | |
parent | f213e5502d2e68f141a4e3faadffd03000224192 [diff] |
s390/topology: move cpumasks away from stack Make cpumasks static variables to avoid potential large stack frames. There shouldn't be any concurrent callers since all current callers are serialized with the cpu hotplug lock. Reviewed-by: Alexander Gordeev <agordeev@linux.ibm.com> Signed-off-by: Heiko Carstens <hca@linux.ibm.com> Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>