Module Name: src
Committed By: jmcneill
Date: Sat Mar 14 14:59:43 UTC 2015
Modified Files:
src/sys/arch/evbarm/conf: RPI
Log Message:
re-add ARM11_COMPAT_MMU, lost in the rpi2 shuffle
To generate a diff of this commit:
cvs rdiff -u -r1.60 -r1.61 src/sys/arch/evbarm/conf/RPI
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/evbarm/conf/RPI
diff -u src/sys/arch/evbarm/conf/RPI:1.60 src/sys/arch/evbarm/conf/RPI:1.61
--- src/sys/arch/evbarm/conf/RPI:1.60 Sat Feb 28 09:34:34 2015
+++ src/sys/arch/evbarm/conf/RPI Sat Mar 14 14:59:43 2015
@@ -1,5 +1,5 @@
#
-# $NetBSD: RPI,v 1.60 2015/02/28 09:34:34 skrll Exp $
+# $NetBSD: RPI,v 1.61 2015/03/14 14:59:43 jmcneill Exp $
#
# RPi -- Raspberry Pi
#
@@ -20,6 +20,7 @@ options RTC_OFFSET=0 # hardware clock i
options CPU_ARM1176
options PMAPCOUNTERS
options TPIDRPRW_IS_CURLWP
+options ARM11_COMPAT_MMU
options __HAVE_MM_MD_CACHE_ALIASING
makeoptions CPUFLAGS="-march=armv6z -mtune=arm1176jzf-s -mfpu=vfp"