summaryrefslogtreecommitdiff
path: root/sys/arch/powerpc/include/intr.h
diff options
context:
space:
mode:
authorMartin Pieuchot <mpi@cvs.openbsd.org>2018-01-22 09:31:36 +0000
committerMartin Pieuchot <mpi@cvs.openbsd.org>2018-01-22 09:31:36 +0000
commitf6b59cd70017adb50a8a1eee6d9ec2a530a3614a (patch)
tree103b2bea027e75f68abdf574a28a12e99a7f4d34 /sys/arch/powerpc/include/intr.h
parent65af9cdb3fef2edfadce25a2b35b44aa118e6d5a (diff)
Include <sys/mutex.h> rather than <machine/mutex.h>
Required by upcoming MI mutex change.
Diffstat (limited to 'sys/arch/powerpc/include/intr.h')
-rw-r--r--sys/arch/powerpc/include/intr.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/powerpc/include/intr.h b/sys/arch/powerpc/include/intr.h
index 51d124401e7..924945cddd5 100644
--- a/sys/arch/powerpc/include/intr.h
+++ b/sys/arch/powerpc/include/intr.h
@@ -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 {