aboutsummaryrefslogtreecommitdiff
path: root/sys/arm64
diff options
context:
space:
mode:
authorAndrew Turner <andrew@FreeBSD.org>2018-05-24 16:07:47 +0000
committerAndrew Turner <andrew@FreeBSD.org>2018-05-24 16:07:47 +0000
commitb50b5555ef129a682af90439f68ed428b9095668 (patch)
treeffc9647783ade5e624adbcdf45cbcec414e7f072 /sys/arm64
parent3210d766315aa74cf1bcad4c512447cd9375fa1f (diff)
downloadsrc-b50b5555ef129a682af90439f68ed428b9095668.tar.gz
src-b50b5555ef129a682af90439f68ed428b9095668.zip
Remove physmap from the arm64 machdep.h. This was missed in r334162.
Notes
Notes: svn path=/head/; revision=334164
Diffstat (limited to 'sys/arm64')
-rw-r--r--sys/arm64/include/machdep.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/arm64/include/machdep.h b/sys/arm64/include/machdep.h
index 66245f124a6b..360b53a4efcb 100644
--- a/sys/arm64/include/machdep.h
+++ b/sys/arm64/include/machdep.h
@@ -45,9 +45,6 @@ enum arm64_bus {
extern enum arm64_bus arm64_bus_method;
-extern vm_paddr_t physmap[];
-extern u_int physmap_idx;
-
void dbg_init(void);
void initarm(struct arm64_bootparams *);
extern void (*pagezero)(void *);