diff options
Diffstat (limited to 'arch/riscv64/include')
| -rw-r--r-- | arch/riscv64/include/vmem.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/riscv64/include/vmem.h b/arch/riscv64/include/vmem.h index 222d54b..7e8e915 100644 --- a/arch/riscv64/include/vmem.h +++ b/arch/riscv64/include/vmem.h @@ -25,8 +25,8 @@ enum mm_mode { Sv32, }; -struct vm_branch { - struct vm_branch *leaf[RISCV_NUM_LEAVES]; +struct vmem { + struct vmem *leaf[RISCV_NUM_LEAVES]; }; #endif /* APOS_RISCV_VMAP_H */ |
