commit | 4d3fa28946104771aa6d9d7357ceae82bbca2996 | [log] [tgz] |
---|---|---|
author | Andrew Walbran <qwandor@google.com> | Wed Jun 26 13:31:15 2019 +0100 |
committer | Andrew Walbran <qwandor@google.com> | Tue Jul 09 13:11:14 2019 +0100 |
tree | c165e3b49dbc0b9f10174e1af6fa167ab6c551ce | |
parent | 4bdd6879116b88680758edb6c157f3395c21e980 [diff] [blame] |
Introduce typedef for [v]CPU IDs. Change-Id: I99988988d8ac57c688c5fd52f072357202255f18
diff --git a/inc/hf/boot_params.h b/inc/hf/boot_params.h index 591e353..ee46777 100644 --- a/inc/hf/boot_params.h +++ b/inc/hf/boot_params.h
@@ -31,7 +31,7 @@ }; struct boot_params { - uint64_t cpu_ids[MAX_CPUS]; + cpu_id_t cpu_ids[MAX_CPUS]; size_t cpu_count; struct mem_range mem_ranges[MAX_MEM_RANGES]; size_t mem_ranges_count;