From: Maynard Johnson Date: Tue, 13 Feb 2007 21:02:03 +0000 (+0100) Subject: [POWERPC] cell: pm_rtas_activat_signals routine cleanup X-Git-Tag: v2.6.21-rc1~273^2~3^2~6^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c7eb734766217b9ddac217cbccae3aedcfa67520;p=pandora-kernel.git [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 Signed-off-by: Carl Love Signed-off-by: Arnd Bergmann --- Reading git-diff-tree failed