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/b7fcde3bbc3e
branches:  trunk
changeset: 807906:b7fcde3bbc3e
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Sun Apr 26 17:41:33 2015 +0000

description:
disable __HAVE_MM_MD_DIRECT_MAPPED_PHYS so we can use all 2GB

diffstat:

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

diffs (19 lines):

diff -r a13774de8549 -r b7fcde3bbc3e sys/arch/evbarm/conf/std.tegra
--- a/sys/arch/evbarm/conf/std.tegra    Sun Apr 26 17:40:59 2015 +0000
+++ b/sys/arch/evbarm/conf/std.tegra    Sun Apr 26 17:41:33 2015 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: std.tegra,v 1.1 2015/03/29 10:41:59 jmcneill Exp $
+#      $NetBSD: std.tegra,v 1.2 2015/04/26 17:41:33 jmcneill Exp $
 #
 
 machine        evbarm arm
@@ -12,7 +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       __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