Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Feb 2011 02:37:28 +0000 (UTC)
From:      Alan Cox <alc@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r218673 - head/sys/sys
Message-ID:  <201102140237.p1E2bSIl077039@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
  *



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201102140237.p1E2bSIl077039>