svn commit: r334164 - head/sys/arm64/include

Andrew Turner andrew at FreeBSD.org
Thu May 24 16:07:49 UTC 2018


Author: andrew
Date: Thu May 24 16:07:47 2018
New Revision: 334164
URL: https://svnweb.freebsd.org/changeset/base/334164

Log:
  Remove physmap from the arm64 machdep.h. This was missed in r334162.

Modified:
  head/sys/arm64/include/machdep.h

Modified: head/sys/arm64/include/machdep.h
==============================================================================
--- head/sys/arm64/include/machdep.h	Thu May 24 15:47:15 2018	(r334163)
+++ head/sys/arm64/include/machdep.h	Thu May 24 16:07:47 2018	(r334164)
@@ -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 *);


More information about the svn-src-head mailing list