forked from Imagelibrary/seL4
riscv: Add SMP data
Add data for converting logical core ID to hart ID and vice verse.
This commit is contained in:
@@ -35,3 +35,5 @@ pte_t kernel_root_pageTable[BIT(PT_INDEX_BITS)] ALIGN_BSS(BIT(seL4_PageTableBits
|
||||
#if __riscv_xlen != 32
|
||||
pte_t kernel_image_level2_pt[BIT(PT_INDEX_BITS)] ALIGN_BSS(BIT(seL4_PageTableBits));
|
||||
#endif
|
||||
|
||||
SMP_STATE_DEFINE(core_map_t, coreMap);
|
||||
|
||||
Reference in New Issue
Block a user