From: Heiko Carstens Date: Mon, 10 Mar 2014 13:50:16 +0000 (+0100) Subject: s390/smp: limit number of cpus in possible cpu mask X-Git-Tag: v3.15-rc1~167^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cf813db0b448b45b454f0983329c3c7b007f9ab7;p=pandora-kernel.git s390/smp: limit number of cpus in possible cpu mask Limit the number of bits to the maximum number of cpus a machine can have. possible_cpu_mask typically will have more bits set than a machine may physically have. This results in wasted memory during per-cpu memory allocations, if the possible mask contains more cpus than physically possible for a given configuration. Signed-off-by: Heiko Carstens Signed-off-by: Martin Schwidefsky --- Reading git-diff-tree failed