]> git.baikalelectronics.ru Git - kernel.git/commit
[S390] Fix build failure in __cpu_up()
authorSegher Boessenkool <segher@kernel.crashing.org>
Tue, 10 Jun 2008 08:03:23 +0000 (10:03 +0200)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Tue, 10 Jun 2008 08:03:28 +0000 (10:03 +0200)
commit52ed03d223a794bd20089e2d234b4444c2d1344a
tree8272be69dd6b35933f92876ef636021d5fd6feae
parent66ec28abab55b93ebef010811bf30838c00e66d0
[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>
arch/s390/kernel/smp.c