diff options
author | danh-arm <dan.handley@arm.com> | 2016-07-25 12:29:52 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-25 12:29:52 +0100 |
commit | 3dd9835f8ab3c2e7f57ddc92505d6c800bbacd47 (patch) | |
tree | cbecea4cf95d12d01493f2241e846b02dc536f8c /docs/psci-pd-tree.md | |
parent | bc469a84b5541bc717bc04712df73f4001847215 (diff) | |
parent | 738b1fd7c0628e9c6cc89e36629f27bde01559df (diff) |
Merge pull request #667 from soby-mathew/sm/PSCI_lib
Introduce PSCI library
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 6ae686d8..c253905c 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; |