powerpc/cell: Fix GDB watchpoints, again
authorArnd Bergmann <arnd@arndb.de>
Fri, 28 Nov 2008 09:51:24 +0000 (09:51 +0000)
committerPaul Mackerras <paulus@samba.org>
Sun, 30 Nov 2008 22:40:18 +0000 (09:40 +1100)
commit960cedb4e3eedec6394f224fc832c7a23f35a799
tree09c0a325ac79ff81d4968ec6f4e22d88efbcfcb5
parentcc353c30bbdb84f4317a6c149ebb11cde2232e40
powerpc/cell: Fix GDB watchpoints, again

An earlier patch from Jens Osterkamp attempted to fix GDB
watchpoints by enabling the DABRX register at boot time.
Unfortunately, this did not work on SMP setups, where
secondary CPUs were still using the power-on DABRX value.

This introduces the same change for secondary CPUs on cell
as well.

Reported-by: Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
Tested-by: Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/platforms/cell/smp.c