Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Apr 2015 17:02:44 +0000 (UTC)
From:      Andrew Turner <andrew@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r282154 - head/sys/conf
Message-ID:  <201504281702.t3SH2in3091763@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201504281702.t3SH2in3091763>