]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commit00e46663ef858f5a7b148c257dd3254ba73fedde
tree43019f359ce1b9194d59d42328f29919d3705d43
parent67d3c751131c41e4eb998168928c70798d965f37
[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