artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7bf9d51
)
Include <sys/mutex.h> rather than <machine/mutex.h>
author
mpi
<mpi@openbsd.org>
Mon, 22 Jan 2018 09:31:35 +0000
(09:31 +0000)
committer
mpi
<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
patch
|
blob
|
history
diff --git
a/sys/arch/powerpc/include/intr.h
b/sys/arch/powerpc/include/intr.h
index
51d1244
..
924945c
100644
(file)
--- a/
sys/arch/powerpc/include/intr.h
+++ b/
sys/arch/powerpc/include/intr.h
@@
-1,4
+1,4
@@
-/* $OpenBSD: intr.h,v 1.5
4 2018/01/13 15:18:11
mpi Exp $ */
+/* $OpenBSD: intr.h,v 1.5
5 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 {