Include <sys/mutex.h> instead of <machine/mutex.h>
authormpi <mpi@openbsd.org>
Mon, 22 Jan 2018 09:40:45 +0000 (09:40 +0000)
committermpi <mpi@openbsd.org>
Mon, 22 Jan 2018 09:40:45 +0000 (09:40 +0000)
required by upcoming MI mutex change.

sys/arch/loongson/include/intr.h
sys/arch/octeon/include/intr.h
sys/arch/sgi/include/intr.h

index 66f1432..4291a62 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: intr.h,v 1.14 2017/06/11 10:01:23 visa Exp $ */
+/*     $OpenBSD: intr.h,v 1.15 2018/01/22 09:40:45 mpi Exp $ */
 
 /*
  * Copyright (c) 2001-2004 Opsycon AB  (www.opsycon.se / www.opsycon.com)
@@ -90,7 +90,7 @@
 
 #ifndef _LOCORE
 
-#include <machine/mutex.h>
+#include <sys/mutex.h>
 #include <sys/queue.h>
 
 struct soft_intrhand {
index ed0e3e9..4cac1e5 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: intr.h,v 1.15 2017/11/02 17:29:16 visa Exp $ */
+/*     $OpenBSD: intr.h,v 1.16 2018/01/22 09:40:45 mpi Exp $ */
 
 /*
  * Copyright (c) 2001-2004 Opsycon AB  (www.opsycon.se / www.opsycon.com)
@@ -89,7 +89,7 @@
 
 #ifndef _LOCORE
 
-#include <machine/mutex.h>
+#include <sys/mutex.h>
 #include <sys/queue.h>
 
 struct soft_intrhand {
index 9bd5674..de9b316 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: intr.h,v 1.49 2017/06/11 10:01:23 visa Exp $ */
+/*     $OpenBSD: intr.h,v 1.50 2018/01/22 09:40:45 mpi Exp $ */
 
 /*
  * Copyright (c) 2001-2004 Opsycon AB  (www.opsycon.se / www.opsycon.com)
@@ -89,7 +89,7 @@
 
 #ifndef _LOCORE
 
-#include <machine/mutex.h>
+#include <sys/mutex.h>
 #include <sys/queue.h>
 
 struct soft_intrhand {