From: Heiko Carstens Date: Wed, 24 Mar 2010 10:49:51 +0000 (+0100) Subject: [S390] smp: fix lowcore allocation X-Git-Tag: v2.6.34-rc3~45^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a08786568a7e334d8a07a7bb8f4fafa3f7afb89c;p=pandora-kernel.git [S390] smp: fix lowcore allocation The intermediate lowcore for CONFIG_SMP is allocated using a call to __alloc_bootmem() with a goal of 0. That however doesn't guarantee that the allocated piece of memory is below 2GB. Instead we should call __alloc_bootmem_low(). Signed-off-by: Heiko Carstens Signed-off-by: Martin Schwidefsky --- Reading git-diff-tree failed