mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-14 13:26:44 +07:00
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)
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user