diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2021-10-11 14:02:31 +0300 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2021-10-11 14:02:31 +0300 |
| commit | ebd34a9ab3809167e16e4107c8e72d1d81faff9c (patch) | |
| tree | 321264b3083edc4f5306c2b48cb723909bfe7731 /arch/riscv/include/pages.h | |
| parent | 091463c1057f50b47156a138d7d1dbd09494a6d5 (diff) | |
| download | kmi-ebd34a9ab3809167e16e4107c8e72d1d81faff9c.tar.gz kmi-ebd34a9ab3809167e16e4107c8e72d1d81faff9c.zip | |
Renamed [pv]addr_t to [pv]m_t
Diffstat (limited to 'arch/riscv/include/pages.h')
| -rw-r--r-- | arch/riscv/include/pages.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |
