svn commit: r203846 - head/sys/sparc64/include

Marius Strobl marius at FreeBSD.org
Sat Feb 13 19:17:07 UTC 2010


Author: marius
Date: Sat Feb 13 19:17:06 2010
New Revision: 203846
URL: http://svn.freebsd.org/changeset/base/203846

Log:
  Predict KASSERTs to be true.

Modified:
  head/sys/sparc64/include/asmacros.h

Modified: head/sys/sparc64/include/asmacros.h
==============================================================================
--- head/sys/sparc64/include/asmacros.h	Sat Feb 13 19:05:34 2010	(r203845)
+++ head/sys/sparc64/include/asmacros.h	Sat Feb 13 19:17:06 2010	(r203846)
@@ -107,7 +107,7 @@
 
 #ifdef INVARIANTS
 #define	KASSERT(r1, msg) \
-	brnz	r1, 8f ; \
+	brnz,pt	r1, 8f ; \
 	 nop ; \
 	PANIC(msg, r1) ; \
 8:


More information about the svn-src-all mailing list