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 disable __HAVE_MM_MD_DIRECT_MAPPED_PHYS...



details:   https://anonhg.NetBSD.org/src/rev/b980f9483208
branches:  trunk
changeset: 338603:b980f9483208
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Sun May 31 20:04:44 2015 +0000

description:
disable __HAVE_MM_MD_DIRECT_MAPPED_PHYS again, still some stability issues

diffstat:

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

diffs (20 lines):

diff -r 3d515f3aeabc -r b980f9483208 sys/arch/evbarm/conf/std.tegra
--- a/sys/arch/evbarm/conf/std.tegra    Sun May 31 15:48:02 2015 +0000
+++ b/sys/arch/evbarm/conf/std.tegra    Sun May 31 20:04:44 2015 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: std.tegra,v 1.6 2015/05/31 00:41:53 jmcneill Exp $
+#      $NetBSD: std.tegra,v 1.7 2015/05/31 20:04:44 jmcneill Exp $
 #
 
 machine        evbarm arm
@@ -12,8 +12,8 @@
 options        CORTEX_PMC
 options        __HAVE_FAST_SOFTINTS            # should be in types.h
 options        ARM_HAS_VBAR
-options        __HAVE_MM_MD_DIRECT_MAPPED_PHYS
-options        PMAP_NEED_ALLOC_POOLPAGE
+#options       __HAVE_MM_MD_DIRECT_MAPPED_PHYS
+#options       PMAP_NEED_ALLOC_POOLPAGE
 options        TPIDRPRW_IS_CURCPU
 options        KERNEL_BASE_EXT=0x80000000
 options        FPU_VFP



Home | Main Index | Thread Index | Old Index