PERFORCE change 137628 for review

Randall R. Stewart rrs at FreeBSD.org
Thu Mar 13 17:50:14 UTC 2008


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

Change 137628 by rrs at rrs-mips2-jnpr on 2008/03/13 17:49:36

	Get opt_global.h in so we can pick up SOFTFLOAT

Affected files ...

.. //depot/projects/mips2-jnpr/src/sys/mips/mips/trap.c#16 edit

Differences ...

==== //depot/projects/mips2-jnpr/src/sys/mips/mips/trap.c#16 (text+ko) ====

@@ -42,6 +42,7 @@
 __FBSDID("$FreeBSD$");
 
 #include "opt_ddb.h"
+#include "opt_global.h"
 
 #define	NO_REG_DEFS	1	/* Prevent asm.h from including regdef.h */
 #include <sys/param.h>


More information about the p4-projects mailing list