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



details:   https://anonhg.NetBSD.org/src/rev/8f3fb9393c5e
branches:  trunk
changeset: 808076:8f3fb9393c5e
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Mon May 04 00:59:29 2015 +0000

description:
Remove __HAVE_MM_MD_DIRECT_MAPPED_PHYS and re-enable 2GB support, fixed
by arm32_kvminit.c r1.33

diffstat:

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

diffs (18 lines):

diff -r da669d51d2fc -r 8f3fb9393c5e sys/arch/evbarm/conf/std.tegra
--- a/sys/arch/evbarm/conf/std.tegra    Mon May 04 00:55:30 2015 +0000
+++ b/sys/arch/evbarm/conf/std.tegra    Mon May 04 00:59:29 2015 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: std.tegra,v 1.4 2015/05/03 01:07:44 jmcneill Exp $
+#      $NetBSD: std.tegra,v 1.5 2015/05/04 00:59:29 jmcneill Exp $
 #
 
 machine        evbarm arm
@@ -12,7 +12,7 @@
 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



Home | Main Index | Thread Index | Old Index