diff options
author | Robert Richter <robert.richter@amd.com> | 2008-10-31 16:09:47 +0100 |
---|---|---|
committer | Robert Richter <robert.richter@amd.com> | 2008-10-31 16:09:47 +0100 |
commit | 22cffe494b6b5773b44fe8bb8f41b471c1734b53 (patch) | |
tree | a2d16372ce95867579c660a0d7930e7643d5f62f /arch | |
parent | cae042a73bb22fc4132b04ff94bd684456203089 (diff) | |
download | op-kernel-dev-22cffe494b6b5773b44fe8bb8f41b471c1734b53.zip op-kernel-dev-22cffe494b6b5773b44fe8bb8f41b471c1734b53.tar.gz |
Revert "Cell OProfile: Incorrect local array size in activate spu profiling function"
This reverts commit fa448d6008cc81a3537e5db168fa0490e0caba68.
Diffstat (limited to 'arch')
-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 6b2d974..35141a8 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) static int pm_rtas_activate_spu_profiling(u32 node) { int ret, i; - struct pm_signal pm_signal_local[NUM_SPUS_PER_NODE]; + struct pm_signal pm_signal_local[NR_PHYS_CTRS]; /* * Set up the rtas call to configure the debug bus to |