diff options
author | Robert Richter <robert.richter@amd.com> | 2008-10-31 11:09:47 -0400 |
---|---|---|
committer | Robert Richter <robert.richter@amd.com> | 2008-10-31 11:09:47 -0400 |
commit | 22cffe494b6b5773b44fe8bb8f41b471c1734b53 (patch) | |
tree | a2d16372ce95867579c660a0d7930e7643d5f62f | |
parent | cae042a73bb22fc4132b04ff94bd684456203089 (diff) |
Revert "Cell OProfile: Incorrect local array size in activate spu profiling function"
This reverts commit fa448d6008cc81a3537e5db168fa0490e0caba68.
-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 6b2d974880b6..35141a8bc3d9 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[NUM_SPUS_PER_NODE]; | 833 | struct pm_signal pm_signal_local[NR_PHYS_CTRS]; |
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 |