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 Define ARM11_COMPAT_MMU (for now) to ke...



details:   https://anonhg.NetBSD.org/src/rev/93b781b3fdce
branches:  trunk
changeset: 793752:93b781b3fdce
user:      skrll <skrll%NetBSD.org@localhost>
date:      Tue Feb 25 19:37:30 2014 +0000

description:
Define ARM11_COMPAT_MMU (for now) to keep inline with  cpuconf.h changes

diffstat:

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

diffs (17 lines):

diff -r aae831cef05a -r 93b781b3fdce sys/arch/evbarm/conf/std.rpi
--- a/sys/arch/evbarm/conf/std.rpi      Tue Feb 25 19:20:09 2014 +0000
+++ b/sys/arch/evbarm/conf/std.rpi      Tue Feb 25 19:37:30 2014 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: std.rpi,v 1.12 2013/11/01 18:41:06 skrll Exp $
+#      $NetBSD: std.rpi,v 1.13 2014/02/25 19:37:30 skrll Exp $
 #
 # standard NetBSD/evbarm for Raspberry Pi options
 
@@ -9,6 +9,7 @@
 include                "arch/evbarm/conf/files.rpi"
 
 options        MODULAR
+options        ARM11_COMPAT_MMU
 options        __HAVE_CPU_COUNTER
 options        __HAVE_FAST_SOFTINTS            # should be in types.h
 options        __HAVE_CPU_UAREA_ALLOC_IDLELWP



Home | Main Index | Thread Index | Old Index