svn commit: r218673 - head/sys/sys

Alan Cox alc at FreeBSD.org
Mon Feb 14 02:37:28 UTC 2011


Author: alc
Date: Mon Feb 14 02:37:27 2011
New Revision: 218673
URL: http://svn.freebsd.org/changeset/base/218673

Log:
  Retire mp_fixme().  It's no longer used.

Modified:
  head/sys/sys/mutex.h

Modified: head/sys/sys/mutex.h
==============================================================================
--- head/sys/sys/mutex.h	Sun Feb 13 22:17:49 2011	(r218672)
+++ head/sys/sys/mutex.h	Mon Feb 14 02:37:27 2011	(r218673)
@@ -74,16 +74,6 @@
  */
 #define	MTX_DESTROYED	(MTX_CONTESTED | MTX_UNOWNED)
 
-#endif	/* _KERNEL */
-
-/*
- * XXX: Friendly reminder to fix things in MP code that is presently being
- * XXX: worked on.
- */
-#define mp_fixme(string)
-
-#ifdef _KERNEL
-
 /*
  * Prototypes
  *


More information about the svn-src-all mailing list