]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit29d1ea55c3eb5f45e900076bb792bcd627006bc6
tree09c0a325ac79ff81d4968ec6f4e22d88efbcfcb5
parentc66d71eca822154f6b116cbcd43560c9061e36f5
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