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 --- include/apos/init.h | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'include/apos/init.h') diff --git a/include/apos/init.h b/include/apos/init.h index 1d687cb..05e24ba 100644 --- a/include/apos/init.h +++ b/include/apos/init.h @@ -4,24 +4,24 @@ #include struct init_data_t { - paddr_t init_base; - paddr_t init_top; + pm_t init_base; + pm_t init_top; - paddr_t initrd_base; - paddr_t initrd_top; + pm_t initrd_base; + pm_t initrd_top; - paddr_t fdt_base; - paddr_t fdt_top; + pm_t fdt_base; + pm_t fdt_top; - paddr_t stack_base; - paddr_t stack_top; + pm_t stack_base; + pm_t stack_top; struct vm_branch_t *kernel_vm_base; /* TODO: is this necessary? - paddr_t pmap_base; - paddr_t pmap_top; + pm_t pmap_base; + pm_t pmap_top; */ }; -- cgit v1.3