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

This commit is contained in:
Alan Cox 2011-02-14 02:37:27 +00:00
parent 752d2f141b
commit 4fb7088490
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=218673

View File

@ -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
*