summaryrefslogtreecommitdiffstats
path: root/sys/pc98/include
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2010-11-09 20:46:41 +0000
committerjhb <jhb@FreeBSD.org>2010-11-09 20:46:41 +0000
commitacd72eb169c94eb88945f1aa0961399de232932a (patch)
treee6810f6d97d2a82696451c2bdee2e7a02e28498e /sys/pc98/include
parentc016e5df4903f7338c86426075bdf44fd1f18282 (diff)
downloadFreeBSD-src-acd72eb169c94eb88945f1aa0961399de232932a.zip
FreeBSD-src-acd72eb169c94eb88945f1aa0961399de232932a.tar.gz
- Remove <machine/mutex.h>. Most of the headers were empty, and the
contents of the ones that were not empty were stale and unused. - Now that <machine/mutex.h> no longer exists, there is no need to allow it to override various helper macros in <sys/mutex.h>. - Rename various helper macros for low-level operations on mutexes to live in the _mtx_* or __mtx_* namespaces. While here, change the names to more closely match the real API functions they are backing. - Drop support for including <sys/mutex.h> in assembly source files. Suggested by: bde (1, 2)
Diffstat (limited to 'sys/pc98/include')
-rw-r--r--sys/pc98/include/mutex.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/sys/pc98/include/mutex.h b/sys/pc98/include/mutex.h
deleted file mode 100644
index a79c8f7..0000000
--- a/sys/pc98/include/mutex.h
+++ /dev/null
@@ -1,6 +0,0 @@
-/*-
- * This file is in the public domain.
- */
-/* $FreeBSD$ */
-
-#include <i386/mutex.h>
OpenPOWER on IntegriCloud