From d99be9e2912e0726ab779053b43a89e3b9e21490 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Sun, 22 May 2022 21:14:29 +0300 Subject: rename vm_branch to vmem + Closer to what it's for rather than what it is. --- arch/riscv64/include/vmem.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'arch/riscv64/include/vmem.h') 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 */ -- cgit v1.3