diff options
Diffstat (limited to 'lib/psci/psci_private.h')
-rw-r--r-- | lib/psci/psci_private.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/psci/psci_private.h b/lib/psci/psci_private.h index eb0605e2..7eb2fc0b 100644 --- a/lib/psci/psci_private.h +++ b/lib/psci/psci_private.h @@ -111,7 +111,7 @@ typedef struct non_cpu_pwr_domain_node { * Index of the first CPU power domain node level 0 which has this node * as its parent. */ - unsigned int cpu_start_idx; + int cpu_start_idx; /* * Number of CPU power domains which are siblings of the domain indexed |