commit | 24d3e210c18bfedafe986ec489575cf91ac39d22 | [log] [tgz] |
---|---|---|
author | Segher Boessenkool <segher@kernel.crashing.org> | Tue Jun 10 10:03:23 2008 +0200 |
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | Tue Jun 10 10:03:28 2008 +0200 |
tree | 8272be69dd6b35933f92876ef636021d5fd6feae | |
parent | 7b439d25300dc59bba76b53eb344bb9e5a1133f2 [diff] |
[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 <segher@kernel.crashing.org> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com> Cc: Heiko Carstens <heiko.carstens@de.ibm.com>