PERFORCE change 100751 for review

Wojciech A. Koszek wkoszek at FreeBSD.org
Thu Jul 6 13:43:05 UTC 2006


http://perforce.freebsd.org/chv.cgi?CH=100751

Change 100751 by wkoszek at wkoszek_laptop on 2006/07/06 13:42:41

	Bring breakpoint() in order to make subr_kdb.c more happy.

Affected files ...

.. //depot/projects/mips2/src/sys/mips/include/cpufunc.h#4 edit

Differences ...

==== //depot/projects/mips2/src/sys/mips/include/cpufunc.h#4 (text+ko) ====

@@ -70,5 +70,14 @@
 	   : : "r" (flag));
 }
 
+/*
+ * XXXMIPS:
+ */
+static __inline void
+breakpoint(void)
+{
+	__asm __volatile("break");
+}
+
 
 #endif /* !_MACHINE_CPUFUNC_H_ */


More information about the p4-projects mailing list