Include <sys/mutex.h> rather than <machine/mutex.h>
authormpi <mpi@openbsd.org>
Mon, 22 Jan 2018 09:31:35 +0000 (09:31 +0000)
committermpi <mpi@openbsd.org>
Mon, 22 Jan 2018 09:31:35 +0000 (09:31 +0000)
Required by upcoming MI mutex change.

sys/arch/powerpc/include/intr.h

index 51d1244..924945c 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: intr.h,v 1.54 2018/01/13 15:18:11 mpi Exp $ */
+/*     $OpenBSD: intr.h,v 1.55 2018/01/22 09:31:35 mpi Exp $ */
 
 /*
  * Copyright (c) 1997 Per Fogelstrom, Opsycon AB and RTMX Inc, USA.
@@ -131,7 +131,7 @@ void splassert_check(int, const char *);
 
 #define        SI_NQUEUES              3
 
-#include <machine/mutex.h>
+#include <sys/mutex.h>
 #include <sys/queue.h>
 
 struct soft_intrhand {