diff options
author | Martin Pieuchot <mpi@cvs.openbsd.org> | 2018-01-22 09:40:46 +0000 |
---|---|---|
committer | Martin Pieuchot <mpi@cvs.openbsd.org> | 2018-01-22 09:40:46 +0000 |
commit | 7fefd912a70e8a5f930fd7548ee621c652fe8d39 (patch) | |
tree | 23f9fc6857dc8636d1237235add5764370fa1b01 /sys/arch/octeon | |
parent | f6b59cd70017adb50a8a1eee6d9ec2a530a3614a (diff) |
Include <sys/mutex.h> instead of <machine/mutex.h>
required by upcoming MI mutex change.
Diffstat (limited to 'sys/arch/octeon')
-rw-r--r-- | sys/arch/octeon/include/intr.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/octeon/include/intr.h b/sys/arch/octeon/include/intr.h index ed0e3e97fcf..4cac1e579bd 100644 --- a/sys/arch/octeon/include/intr.h +++ b/sys/arch/octeon/include/intr.h @@ -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 { |