Remove __HAVE_MM_MD_DIRECT_MAPPED_PHYS and re-enable 2GB support, fixed
by arm32_kvminit.c r1.33
This commit is contained in:
parent
9ff8857237
commit
10be22f9da
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue