diff options
Diffstat (limited to 'docs/psci-pd-tree.md')
-rw-r--r-- | docs/psci-pd-tree.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/psci-pd-tree.md b/docs/psci-pd-tree.md index 6ae686d8d..c253905cc 100644 --- a/docs/psci-pd-tree.md +++ b/docs/psci-pd-tree.md @@ -203,7 +203,7 @@ typedef struct non_cpu_pwr_domain_node { } non_cpu_pd_node_t; typedef struct cpu_pwr_domain_node { - unsigned long mpidr; + u_register_t mpidr; /* Index of the parent power domain node */ unsigned int parent_node; |