Revert "Cell OProfile: Incorrect local array size in activate spu profiling function"
authorRobert Richter <robert.richter@amd.com>
Fri, 31 Oct 2008 15:09:47 +0000 (16:09 +0100)
committerRobert Richter <robert.richter@amd.com>
Fri, 31 Oct 2008 15:09:47 +0000 (16:09 +0100)
This reverts commit fa448d6008cc81a3537e5db168fa0490e0caba68.

arch/powerpc/oprofile/op_model_cell.c

index 6b2d974..35141a8 100644 (file)
@@ -830,7 +830,7 @@ static int calculate_lfsr(int n)
 static int pm_rtas_activate_spu_profiling(u32 node)
 {
        int ret, i;
 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
 
        /*
         * Set up the rtas call to configure the debug bus to