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
  *
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to