Module Name:    src
Committed By:   skrll
Date:           Sat Jan 25 18:10:12 UTC 2020

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

Log Message:
Sort


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/arch/evbarm/conf/std.generic

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.generic
diff -u src/sys/arch/evbarm/conf/std.generic:1.6 src/sys/arch/evbarm/conf/std.generic:1.7
--- src/sys/arch/evbarm/conf/std.generic:1.6	Wed Nov 14 11:02:52 2018
+++ src/sys/arch/evbarm/conf/std.generic	Sat Jan 25 18:10:11 2020
@@ -1,4 +1,4 @@
-#	$NetBSD: std.generic,v 1.6 2018/11/14 11:02:52 jmcneill Exp $
+#	$NetBSD: std.generic,v 1.7 2020/01/25 18:10:11 skrll Exp $
 #
 # 	generic NetBSD/evbarm with FDT support
 
@@ -26,9 +26,9 @@ options 	TPIDRPRW_IS_CURCPU
 options 	__BUS_SPACE_HAS_STREAM_METHODS
 options 	__HAVE_CPU_COUNTER
 options 	__HAVE_CPU_UAREA_ALLOC_IDLELWP
+options 	__HAVE_FAST_SOFTINTS		# should be in types.h
 options 	__HAVE_GENERIC_START
 options 	__HAVE_GENERIC_CPU_INITCLOCKS
-options 	__HAVE_FAST_SOFTINTS		# should be in types.h
 options 	__HAVE_PCI_CONF_HOOK
 options 	__HAVE_PCI_MSI_MSIX
 

Reply via email to