Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/evbarm/conf re-add ARM11_COMPAT_MMU, lost in the rp...



details:   https://anonhg.NetBSD.org/src/rev/b56b3eda3e6e
branches:  trunk
changeset: 806871:b56b3eda3e6e
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Sat Mar 14 14:59:43 2015 +0000

description:
re-add ARM11_COMPAT_MMU, lost in the rpi2 shuffle

diffstat:

 sys/arch/evbarm/conf/RPI |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 86092d2bbde1 -r b56b3eda3e6e sys/arch/evbarm/conf/RPI
--- a/sys/arch/evbarm/conf/RPI  Sat Mar 14 13:45:43 2015 +0000
+++ b/sys/arch/evbarm/conf/RPI  Sat Mar 14 14:59:43 2015 +0000
@@ -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        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"
 



Home | Main Index | Thread Index | Old Index