Module Name:    src
Committed By:   matt
Date:           Wed Jun 12 21:35:22 UTC 2013

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

Log Message:
add ARM_HAS_VBAR option


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/sys/arch/evbarm/conf/std.beagle

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.beagle
diff -u src/sys/arch/evbarm/conf/std.beagle:1.9 src/sys/arch/evbarm/conf/std.beagle:1.10
--- src/sys/arch/evbarm/conf/std.beagle:1.9	Sun Dec 16 23:47:56 2012
+++ src/sys/arch/evbarm/conf/std.beagle	Wed Jun 12 21:35:22 2013
@@ -1,4 +1,4 @@
-#	$NetBSD: std.beagle,v 1.9 2012/12/16 23:47:56 matt Exp $
+#	$NetBSD: std.beagle,v 1.10 2013/06/12 21:35:22 matt Exp $
 #
 # standard NetBSD/evbarm for BEAGLEBOARD options
 
@@ -12,6 +12,7 @@ include		"arch/evbarm/conf/files.beagle"
 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 	TPIDRPRW_IS_CURCPU
 options 	KERNEL_BASE_EXT=0x80000000

Reply via email to