diff options
author | 2015-02-11 01:58:57 +0000 | |
---|---|---|
committer | 2015-02-11 01:58:57 +0000 | |
commit | 6a25d56267e6ebfffddf2afeecb23d03f1e771a6 (patch) | |
tree | 80137d81b2111055bb7b9336d0bb142abdf6734a | |
parent | intr.c needs atomic.h for atomic_setbits_int to say softints are pending. (diff) | |
download | wireguard-openbsd-6a25d56267e6ebfffddf2afeecb23d03f1e771a6.tar.xz wireguard-openbsd-6a25d56267e6ebfffddf2afeecb23d03f1e771a6.zip |
sys/lock.h and machine/lock.h dont provide anything this code uses.
-rw-r--r-- | sys/arch/hppa/hppa/lock_machdep.c | 4 | ||||
-rw-r--r-- | sys/arch/hppa/hppa/pmap.c | 3 |
2 files changed, 2 insertions, 5 deletions
diff --git a/sys/arch/hppa/hppa/lock_machdep.c b/sys/arch/hppa/hppa/lock_machdep.c index 5ef01a06318..2c154b0e01a 100644 --- a/sys/arch/hppa/hppa/lock_machdep.c +++ b/sys/arch/hppa/hppa/lock_machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: lock_machdep.c,v 1.7 2014/09/22 12:12:23 dlg Exp $ */ +/* $OpenBSD: lock_machdep.c,v 1.8 2015/02/11 01:58:57 dlg Exp $ */ /* * Copyright (c) 2007 Artur Grabowski <art@openbsd.org> @@ -17,12 +17,10 @@ */ #include <sys/param.h> -#include <sys/lock.h> #include <sys/systm.h> #include <machine/atomic.h> #include <machine/intr.h> -#include <machine/lock.h> #include <machine/psl.h> #include <ddb/db_output.h> diff --git a/sys/arch/hppa/hppa/pmap.c b/sys/arch/hppa/hppa/pmap.c index 9434a76c2ee..04375ee7268 100644 --- a/sys/arch/hppa/hppa/pmap.c +++ b/sys/arch/hppa/hppa/pmap.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pmap.c,v 1.164 2014/12/17 15:01:45 deraadt Exp $ */ +/* $OpenBSD: pmap.c,v 1.165 2015/02/11 01:58:57 dlg Exp $ */ /* * Copyright (c) 1998-2004 Michael Shalayeff @@ -34,7 +34,6 @@ #include <sys/param.h> #include <sys/systm.h> -#include <sys/lock.h> #include <sys/proc.h> #include <sys/user.h> #include <sys/pool.h> |