PERFORCE change 138747 for review

Oleksandr Tymoshenko gonzo at FreeBSD.org
Thu Mar 27 13:47:54 PDT 2008


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

Change 138747 by gonzo at gonzo_jeeves on 2008/03/27 20:47:06

	o Redefine mips_tcb_set to be "no operation", not NULL 
	    in order to stop gcc complaining about meaningless 
	    operation.

Affected files ...

.. //depot/projects/mips2-jnpr/src/sys/mips/include/sysarch.h#5 edit

Differences ...

==== //depot/projects/mips2-jnpr/src/sys/mips/include/sysarch.h#5 (text+ko) ====

@@ -41,7 +41,7 @@
 #if 0
 /* Something useful for each MIPS platform. */
 #else
-#define	mips_tcb_set(tcb)	NULL
+#define	mips_tcb_set(tcb)	do {} while (0)
 #define	mips_tcb_get()		NULL
 #endif /* _MIPS_ARCH_XLR */
 


More information about the p4-projects mailing list