summaryrefslogtreecommitdiff
path: root/sys/arch/amd64/include/mutex.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/amd64/include/mutex.h')
-rw-r--r--sys/arch/amd64/include/mutex.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/amd64/include/mutex.h b/sys/arch/amd64/include/mutex.h
index 1c712e87bce..6ce401c8f34 100644
--- a/sys/arch/amd64/include/mutex.h
+++ b/sys/arch/amd64/include/mutex.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: mutex.h,v 1.3 2005/07/18 02:43:24 fgsch Exp $ */
+/* $OpenBSD: mutex.h,v 1.4 2011/03/23 16:54:34 pirofti Exp $ */
/*
* Copyright (c) 2004 Artur Grabowski <art@openbsd.org>
@@ -24,8 +24,8 @@
* OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#ifndef _AMD64_MUTEX_H_
-#define _AMD64_MUTEX_H_
+#ifndef _MACHINE_MUTEX_H_
+#define _MACHINE_MUTEX_H_
struct mutex {
int mtx_wantipl;