svn commit: r265200 - projects/arm64/sys/arm64/include

Andrew Turner andrew at FreeBSD.org
Thu May 1 21:34:56 UTC 2014


Author: andrew
Date: Thu May  1 21:34:55 2014
New Revision: 265200
URL: http://svnweb.freebsd.org/changeset/base/265200

Log:
  Export physmap and physmap_idx

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

Modified: projects/arm64/sys/arm64/include/machdep.h
==============================================================================
--- projects/arm64/sys/arm64/include/machdep.h	Thu May  1 21:01:34 2014	(r265199)
+++ projects/arm64/sys/arm64/include/machdep.h	Thu May  1 21:34:55 2014	(r265200)
@@ -35,6 +35,9 @@ struct arm64_bootparams {
 	uint64_t	kern_delta;
 };
 
+extern vm_paddr_t physmap[];
+extern u_int physmap_idx;
+
 void initarm(struct arm64_bootparams *);
 
 #endif /* _MACHINE_MACHDEP_H_ */


More information about the svn-src-projects mailing list