From ebd34a9ab3809167e16e4107c8e72d1d81faff9c Mon Sep 17 00:00:00 2001 From: Kimplul Date: Mon, 11 Oct 2021 14:02:31 +0300 Subject: Renamed [pv]addr_t to [pv]m_t --- arch/riscv/include/pages.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arch/riscv/include/pages.h') diff --git a/arch/riscv/include/pages.h b/arch/riscv/include/pages.h index 8ca396a..362499a 100644 --- a/arch/riscv/include/pages.h +++ b/arch/riscv/include/pages.h @@ -13,6 +13,6 @@ #define MM_GPAGE_SIZE SZ_1G #define MM_TPAGE_SIZE SZ_512G -typedef uint64_t paddr_t; +typedef uint64_t pm_t; #endif /* APOS_RISCV_PAGES_H */ -- cgit v1.3