[POWERPC] cell: pm_rtas_activat_signals routine cleanup
authorMaynard Johnson <mpjohn@us.ibm.com>
Tue, 13 Feb 2007 21:02:03 +0000 (22:02 +0100)
committerArnd Bergmann <arnd@klappe.arndb.de>
Tue, 13 Feb 2007 21:03:07 +0000 (22:03 +0100)
commitc7eb734766217b9ddac217cbccae3aedcfa67520
tree43019f359ce1b9194d59d42328f29919d3705d43
parentbcb63e25ed3c56ee40cca4d18fbaac1d2a40c1d6
[POWERPC] cell: pm_rtas_activat_signals routine cleanup

The code was setting up the debug bus for group 21 when profiling on the
event PPU CYCLES.  The debug bus is not actually used by the hardware
performance counters when counting PPU CYCLES.  Setting up the debug bus
for PPU CYCLES causes signal routing conflicts on the debug bus when
profiling PPU cycles and another PPU event.  This patch fixes the code to
only setup the debug bus to route the performance signals for the non
PPU CYCLE events.

Signed-off-by: Maynard Johnson <mpjohn@us.ibm.com>
Signed-off-by: Carl Love <carll@us.ibm.com>
Signed-off-by: Arnd Bergmann <arnd.bergmann@de.ibm.com>
arch/powerpc/oprofile/op_model_cell.c