diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2022-05-22 21:14:29 +0300 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2022-05-22 21:14:29 +0300 |
| commit | d99be9e2912e0726ab779053b43a89e3b9e21490 (patch) | |
| tree | ec7bc982d6377f4fde4b3d85cf291a2698ab4254 /arch/riscv64/include | |
| parent | ae2843b3999f619da3cd4d6a37e488527dc481ac (diff) | |
| download | kmi-d99be9e2912e0726ab779053b43a89e3b9e21490.tar.gz kmi-d99be9e2912e0726ab779053b43a89e3b9e21490.zip | |
rename vm_branch to vmem
+ Closer to what it's for rather than what it is.
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 */ |
