summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoralc <alc@FreeBSD.org>2011-02-14 02:37:27 +0000
committeralc <alc@FreeBSD.org>2011-02-14 02:37:27 +0000
commit644832e2e5295681abbfc5da0bc2c3170b2d17fc (patch)
tree9cf8d9a93f534374438e72016b7604f92bd8dc2c
parente061de01359f605171d1a3dcc97ab693e70ae0c2 (diff)
downloadFreeBSD-src-644832e2e5295681abbfc5da0bc2c3170b2d17fc.zip
FreeBSD-src-644832e2e5295681abbfc5da0bc2c3170b2d17fc.tar.gz
Retire mp_fixme(). It's no longer used.
-rw-r--r--sys/sys/mutex.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/sys/sys/mutex.h b/sys/sys/mutex.h
index 7088575..e7e0b28 100644
--- a/sys/sys/mutex.h
+++ b/sys/sys/mutex.h
@@ -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
*
OpenPOWER on IntegriCloud