From: Segher Boessenkool Date: Tue, 10 Jun 2008 08:03:23 +0000 (+0200) Subject: [S390] Fix build failure in __cpu_up() X-Git-Tag: v2.6.26-rc6~16^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=24d3e210c18bfedafe986ec489575cf91ac39d22;p=pandora-kernel.git [S390] Fix build failure in __cpu_up() The first argument to __ctl_store() should be the array to store stuff in, not just the first element of that array. With the current code in __cpu_up(), mainline GCC dies with an internal compiler error. I didn't diagnose that further, but just fixed the kernel bug. Signed-off-by: Segher Boessenkool Signed-off-by: Martin Schwidefsky Cc: Heiko Carstens --- Reading git-diff-tree failed