aboutsummaryrefslogtreecommitdiff
path: root/sys/arm64/include
diff options
context:
space:
mode:
authorAndrew Turner <andrew@FreeBSD.org>2021-05-20 06:52:15 +0000
committerAndrew Turner <andrew@FreeBSD.org>2021-06-12 01:21:55 +0000
commitb96893a489796750b1515cc46c725928e023dfd2 (patch)
treef690052ce0c23fc5ff3840eb48ef4d24f8d1e2ee /sys/arm64/include
parentabb9d448b32dce5f80de68992315f0c71b6c8b81 (diff)
Clean up early arm64 pmap code
Early in the arm64 pmap code we need to translate between a virtual address and a physical address. Rather than manually walking the page table we can ask the hardware to do it for us. Reviewed by: kib, markj Sponsored by: Innovate UK Differential Revision: https://reviews.freebsd.org/D30357 (cherry picked from commit e779604f1d4e5fd0cdf3a9d1bb756b168f97b39c)
Diffstat (limited to 'sys/arm64/include')
-rw-r--r--sys/arm64/include/vmparam.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/arm64/include/vmparam.h b/sys/arm64/include/vmparam.h
index 4a90c7711e01..a42c68d52887 100644
--- a/sys/arm64/include/vmparam.h
+++ b/sys/arm64/include/vmparam.h
@@ -228,7 +228,6 @@ extern vm_paddr_t dmap_phys_base;
extern vm_paddr_t dmap_phys_max;
extern vm_offset_t dmap_max_addr;
extern vm_offset_t vm_max_kernel_address;
-extern vm_offset_t init_pt_va;
#endif