Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/arm/conf File VBAR option



details:   https://anonhg.NetBSD.org/src/rev/afe156b3812f
branches:  trunk
changeset: 787522:afe156b3812f
user:      matt <matt%NetBSD.org@localhost>
date:      Sat Jun 22 00:35:31 2013 +0000

description:
File VBAR option

diffstat:

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

diffs (18 lines):

diff -r e81d8089f0ed -r afe156b3812f sys/arch/arm/conf/files.arm
--- a/sys/arch/arm/conf/files.arm       Fri Jun 21 21:13:49 2013 +0000
+++ b/sys/arch/arm/conf/files.arm       Sat Jun 22 00:35:31 2013 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.arm,v 1.119 2013/06/12 21:34:12 matt Exp $
+#      $NetBSD: files.arm,v 1.120 2013/06/22 00:35:31 matt Exp $
 
 # temporary define to allow easy moving to ../arch/arm/arm32
 defflag                                ARM32
@@ -36,7 +36,7 @@
 defflag  opt_cpuoptions.h      ARM11_PMC CORTEX_PMC
 defflag  opt_cpuoptions.h      ARM11_CACHE_WRITE_THROUGH
 defflag         opt_cpuoptions.h       ARM11MPCORE_COMPAT_MMU
-defflag         opt_cpuoptions.h       ARM_USE_VBAR
+defflag         opt_cpuoptions.h       ARM_HAS_VBAR
 # use extended small page in compatible MMU mode for ARMv6
 defflag  opt_cpuoptions.h      ARMV6_EXTENDED_SMALL_PAGE
 



Home | Main Index | Thread Index | Old Index