From: Heiko Carstens Date: Wed, 4 Feb 2015 13:48:25 +0000 (+0100) Subject: s390/topology: convert cpu_topology array to per cpu variable X-Git-Tag: fixes-v4.0-rc1~37^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=da0c636ea79380c2001f319844e9a237cf211f96;p=pandora-kernel.git s390/topology: convert cpu_topology array to per cpu variable Convert the per cpu topology cpu masks to a per cpu variable. At least for machines which do have less possible cpus than NR_CPUS this can save a bit of memory (z/VM: max 64 vs 512 for performance_defconfig). This reduces the kernel image size by 100k. Signed-off-by: Heiko Carstens Signed-off-by: Martin Schwidefsky --- Reading git-diff-tree failed