svn commit: r271339 - stable/10/sys/arm/conf
Ian Lepore
ian at FreeBSD.org
Tue Sep 9 23:31:32 UTC 2014
Author: ian
Date: Tue Sep 9 23:31:30 2014
New Revision: 271339
URL: http://svnweb.freebsd.org/changeset/base/271339
Log:
MFC r271050: Disable DIAGNOSTIC on low-end ARM platforms.
Approved by: re(gjb)
Modified:
stable/10/sys/arm/conf/DB-78XXX
stable/10/sys/arm/conf/DB-88F5XXX
stable/10/sys/arm/conf/DB-88F6XXX
stable/10/sys/arm/conf/DOCKSTAR
stable/10/sys/arm/conf/DREAMPLUG-1001
stable/10/sys/arm/conf/EA3250
Directory Properties:
stable/10/ (props changed)
Modified: stable/10/sys/arm/conf/DB-78XXX
==============================================================================
--- stable/10/sys/arm/conf/DB-78XXX Tue Sep 9 22:35:02 2014 (r271338)
+++ stable/10/sys/arm/conf/DB-78XXX Tue Sep 9 23:31:30 2014 (r271339)
@@ -44,7 +44,7 @@ options NO_SWAPPING
options ALT_BREAK_TO_DEBUGGER
options DDB
#options DEADLKRES # Enable the deadlock resolver
-options DIAGNOSTIC
+#options DIAGNOSTIC
#options INVARIANTS # Enable calls of extra sanity checking
#options INVARIANT_SUPPORT # Extra sanity checks of internal structures, required by INVARIANTS
options KDB
Modified: stable/10/sys/arm/conf/DB-88F5XXX
==============================================================================
--- stable/10/sys/arm/conf/DB-88F5XXX Tue Sep 9 22:35:02 2014 (r271338)
+++ stable/10/sys/arm/conf/DB-88F5XXX Tue Sep 9 23:31:30 2014 (r271339)
@@ -43,7 +43,7 @@ options NO_SWAPPING
options ALT_BREAK_TO_DEBUGGER
options DDB
#options DEADLKRES # Enable the deadlock resolver
-options DIAGNOSTIC
+#options DIAGNOSTIC
#options INVARIANTS # Enable calls of extra sanity checking
#options INVARIANT_SUPPORT # Extra sanity checks of internal structures, required by INVARIANTS
options KDB
Modified: stable/10/sys/arm/conf/DB-88F6XXX
==============================================================================
--- stable/10/sys/arm/conf/DB-88F6XXX Tue Sep 9 22:35:02 2014 (r271338)
+++ stable/10/sys/arm/conf/DB-88F6XXX Tue Sep 9 23:31:30 2014 (r271339)
@@ -44,7 +44,7 @@ options NO_SWAPPING
options ALT_BREAK_TO_DEBUGGER
options DDB
#options DEADLKRES # Enable the deadlock resolver
-options DIAGNOSTIC
+#options DIAGNOSTIC
#options INVARIANTS # Enable calls of extra sanity checking
#options INVARIANT_SUPPORT # Extra sanity checks of internal structures, required by INVARIANTS
options KDB
Modified: stable/10/sys/arm/conf/DOCKSTAR
==============================================================================
--- stable/10/sys/arm/conf/DOCKSTAR Tue Sep 9 22:35:02 2014 (r271338)
+++ stable/10/sys/arm/conf/DOCKSTAR Tue Sep 9 23:31:30 2014 (r271339)
@@ -145,7 +145,7 @@ options BREAK_TO_DEBUGGER
options ALT_BREAK_TO_DEBUGGER
options DDB
options KDB
-options DIAGNOSTIC
+#options DIAGNOSTIC
options INVARIANTS # Enable calls of extra sanity checking
options INVARIANT_SUPPORT # Extra sanity checks of internal structures, required by INVARIANTS
#options WITNESS # Enable checks to detect deadlocks and cycles
Modified: stable/10/sys/arm/conf/DREAMPLUG-1001
==============================================================================
--- stable/10/sys/arm/conf/DREAMPLUG-1001 Tue Sep 9 22:35:02 2014 (r271338)
+++ stable/10/sys/arm/conf/DREAMPLUG-1001 Tue Sep 9 23:31:30 2014 (r271339)
@@ -153,7 +153,7 @@ options BREAK_TO_DEBUGGER
options ALT_BREAK_TO_DEBUGGER
options DDB
options KDB
-options DIAGNOSTIC
+#options DIAGNOSTIC
options INVARIANTS # Enable calls of extra sanity checking
options INVARIANT_SUPPORT # Extra sanity checks of internal structures, required by INVARIANTS
#options WITNESS # Enable checks to detect deadlocks and cycles
Modified: stable/10/sys/arm/conf/EA3250
==============================================================================
--- stable/10/sys/arm/conf/EA3250 Tue Sep 9 22:35:02 2014 (r271338)
+++ stable/10/sys/arm/conf/EA3250 Tue Sep 9 23:31:30 2014 (r271339)
@@ -44,7 +44,7 @@ options NO_SWAPPING
options ALT_BREAK_TO_DEBUGGER
options DDB
#options DEADLKRES # Enable the deadlock resolver
-options DIAGNOSTIC
+#options DIAGNOSTIC
#options INVARIANTS # Enable calls of extra sanity checking
#options INVARIANT_SUPPORT # Extra sanity checks of internal structures, required by INVARIANTS
options KDB
More information about the svn-src-stable-10
mailing list