diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2014-07-08 17:42:51 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2014-07-08 17:42:51 +0000 |
commit | a5bb0dc353bd2c7da5f699db5a76d0aa71f044be (patch) | |
tree | 5ec6f5cad4144762b69631119fd6103c4a73469d /sys/arch/m88k | |
parent | ca6b780f3bfa5c9a89ba92e6cd2521c9329cdc0f (diff) |
Repair compilability after the recent uvmexp changes, especially for
not compile-time-known page size platforms.
Diffstat (limited to 'sys/arch/m88k')
-rw-r--r-- | sys/arch/m88k/m88k/softintr.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/m88k/m88k/softintr.c b/sys/arch/m88k/m88k/softintr.c index 2aad54ef56a..0ba6e61916f 100644 --- a/sys/arch/m88k/m88k/softintr.c +++ b/sys/arch/m88k/m88k/softintr.c @@ -1,4 +1,4 @@ -/* $OpenBSD: softintr.c,v 1.2 2010/12/21 14:56:24 claudio Exp $ */ +/* $OpenBSD: softintr.c,v 1.3 2014/07/08 17:42:50 miod Exp $ */ /* $NetBSD: softintr.c,v 1.2 2003/07/15 00:24:39 lukem Exp $ */ /* @@ -38,6 +38,7 @@ #include <sys/param.h> #include <sys/malloc.h> +#include <sys/mutex.h> #include <uvm/uvm_extern.h> |