diff options
| author | jmcneill <jmcneill@NetBSD.org> | 2015-04-26 18:03:48 +0000 |
|---|---|---|
| committer | jmcneill <jmcneill@NetBSD.org> | 2015-04-26 18:03:48 +0000 |
| commit | 4e71fd1dd204906fc2b4cfe86ac58880dc3be8e5 (patch) | |
| tree | b97eb830e420b6560a4a80bbf5421b201c2f2c59 | |
| parent | d37cc55853139a8be04f0a16f6c7f6431ddb22cc (diff) | |
arg 2GB causing usb issues, re-add __HAVE_MM_DIRECT_MAPPED_PHYS for now
| -rw-r--r-- | sys/arch/evbarm/conf/std.tegra | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/evbarm/conf/std.tegra b/sys/arch/evbarm/conf/std.tegra index 9245fea5629..8e47e9d3296 100644 --- a/sys/arch/evbarm/conf/std.tegra +++ b/sys/arch/evbarm/conf/std.tegra @@ -1,4 +1,4 @@ -# $NetBSD: std.tegra,v 1.2 2015/04/26 17:41:33 jmcneill Exp $ +# $NetBSD: std.tegra,v 1.3 2015/04/26 18:03:48 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 |
