svn commit: r282154 - head/sys/conf

Andrew Turner andrew at FreeBSD.org
Tue Apr 28 17:02:44 UTC 2015


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


More information about the svn-src-head mailing list