Skip to content

Commit

Permalink
Revert "Cell OProfile: Incorrect local array size in activate spu pro…
Browse files Browse the repository at this point in the history
…filing function"

This reverts commit fa448d6.
  • Loading branch information
Robert Richter committed Oct 31, 2008
1 parent cae042a commit 22cffe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/powerpc/oprofile/op_model_cell.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 22cffe4

Please sign in to comment.