mirror of https://gitee.com/openkylin/linux.git
Revert "Cell OProfile: Incorrect local array size in activate spu profiling function"
This reverts commit fa448d6008
.
This commit is contained in:
parent
cae042a73b
commit
22cffe494b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue