Skip to content
Snippets Groups Projects
Commit f2ac14f1 authored by Adrian Danis's avatar Adrian Danis
Browse files

arm: Rename BI_CAP_IT_PD to BI_CAP_IT_VSPACE to match x86 and common boot code

parent a5e442a7
No related branches found
No related tags found
No related merge requests found
......@@ -220,7 +220,7 @@ create_it_address_space(cap_t root_cnode_cap, v_region_t it_v_reg)
IT_ASID, /* capPDMappedASID */
pd_pptr /* capPDBasePtr */
);
write_slot(SLOT_PTR(pptr_of_cap(root_cnode_cap), BI_CAP_IT_PD), pd_cap);
write_slot(SLOT_PTR(pptr_of_cap(root_cnode_cap), BI_CAP_IT_VSPACE), pd_cap);
/* create all PT objs and caps necessary to cover userland image */
slot_pos_before = ndks_boot.slot_pos_cur;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment