Author: andrew
Date: Tue Apr 28 17:02:43 2015
New Revision: 282154
URL: https://svnweb.freebsd.org/changeset/base/282154

Log:
  Allow the arm64 config file to define SOCDEV_PA and SOCDEV_VA that may be
  used in locore.S to map an extra range when enabling the MMU.

Modified:
  head/sys/conf/options.arm64

Modified: head/sys/conf/options.arm64
==============================================================================
--- head/sys/conf/options.arm64 Tue Apr 28 16:51:48 2015        (r282153)
+++ head/sys/conf/options.arm64 Tue Apr 28 17:02:43 2015        (r282154)
@@ -1,4 +1,6 @@
 # $FreeBSD$
 
 ARM64          opt_global.h
+SOCDEV_PA      opt_global.h
+SOCDEV_VA      opt_global.h
 VFP            opt_global.h
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to