Commit 22cffe49 authored by Robert Richter's avatar Robert Richter

Revert "Cell OProfile: Incorrect local array size in activate spu profiling function"

This reverts commit fa448d60.
parent cae042a7
...@@ -830,7 +830,7 @@ static int calculate_lfsr(int n) ...@@ -830,7 +830,7 @@ static int calculate_lfsr(int n)
static int pm_rtas_activate_spu_profiling(u32 node) static int pm_rtas_activate_spu_profiling(u32 node)
{ {
int ret, i; 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 * Set up the rtas call to configure the debug bus to
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment