From 3b7f258a4de238b7fa849055ca1756b9a6e67a5b Mon Sep 17 00:00:00 2001 From: Andrew Turner Date: Tue, 28 Apr 2015 17:02:43 +0000 Subject: [PATCH] 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. --- sys/conf/options.arm64 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys/conf/options.arm64 b/sys/conf/options.arm64 index fff47abaa13e..1dfcbec11ffe 100644 --- a/sys/conf/options.arm64 +++ b/sys/conf/options.arm64 @@ -1,4 +1,6 @@ # $FreeBSD$ ARM64 opt_global.h +SOCDEV_PA opt_global.h +SOCDEV_VA opt_global.h VFP opt_global.h