diff options
-rw-r--r-- | arch/powerpc/oprofile/op_model_cell.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/oprofile/op_model_cell.c b/arch/powerpc/oprofile/op_model_cell.c index 35141a8bc3d9..6b2d974880b6 100644 --- a/arch/powerpc/oprofile/op_model_cell.c +++ b/arch/powerpc/oprofile/op_model_cell.c | |||
@@ -830,7 +830,7 @@ static int calculate_lfsr(int n) | |||
830 | static int pm_rtas_activate_spu_profiling(u32 node) | 830 | static int pm_rtas_activate_spu_profiling(u32 node) |
831 | { | 831 | { |
832 | int ret, i; | 832 | int ret, i; |
833 | struct pm_signal pm_signal_local[NR_PHYS_CTRS]; | 833 | struct pm_signal pm_signal_local[NUM_SPUS_PER_NODE]; |
834 | 834 | ||
835 | /* | 835 | /* |
836 | * Set up the rtas call to configure the debug bus to | 836 | * Set up the rtas call to configure the debug bus to |