Module Name:    src
Committed By:   jmcneill
Date:           Mon May  4 00:59:29 UTC 2015

Modified Files:
        src/sys/arch/evbarm/conf: std.tegra

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


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/evbarm/conf/std.tegra

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/evbarm/conf/std.tegra
diff -u src/sys/arch/evbarm/conf/std.tegra:1.4 src/sys/arch/evbarm/conf/std.tegra:1.5
--- src/sys/arch/evbarm/conf/std.tegra:1.4	Sun May  3 01:07:44 2015
+++ src/sys/arch/evbarm/conf/std.tegra	Mon May  4 00:59:29 2015
@@ -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 	__HAVE_CPU_COUNTER
 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

Reply via email to