Module Name:    src
Committed By:   matt
Date:           Sat Jun 22 00:35:31 UTC 2013

Modified Files:
        src/sys/arch/arm/conf: files.arm

Log Message:
File VBAR option


To generate a diff of this commit:
cvs rdiff -u -r1.119 -r1.120 src/sys/arch/arm/conf/files.arm

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/arm/conf/files.arm
diff -u src/sys/arch/arm/conf/files.arm:1.119 src/sys/arch/arm/conf/files.arm:1.120
--- src/sys/arch/arm/conf/files.arm:1.119	Wed Jun 12 21:34:12 2013
+++ src/sys/arch/arm/conf/files.arm	Sat Jun 22 00:35:31 2013
@@ -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	TPIDRPRW_IS_CU
 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
 

Reply via email to