aboutsummaryrefslogtreecommitdiff
path: root/arch/riscv64/include/vmem.h
diff options
context:
space:
mode:
authorKimplul <kimi.h.kuparinen@gmail.com>2022-05-22 21:14:29 +0300
committerKimplul <kimi.h.kuparinen@gmail.com>2022-05-22 21:14:29 +0300
commitd99be9e2912e0726ab779053b43a89e3b9e21490 (patch)
treeec7bc982d6377f4fde4b3d85cf291a2698ab4254 /arch/riscv64/include/vmem.h
parentae2843b3999f619da3cd4d6a37e488527dc481ac (diff)
downloadkmi-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/vmem.h')
-rw-r--r--arch/riscv64/include/vmem.h4
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 */