diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2015-02-11 01:58:58 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2015-02-11 01:58:58 +0000 |
commit | 60fa9da8d169ef74ec29ef8430bf9c90efdbd433 (patch) | |
tree | de79043dd0a2448332084b5f2587bb3080682d99 /sys/arch/hppa | |
parent | 01831f42a6b5cda3bcab6d4caea28a9aaa02b94e (diff) |
sys/lock.h and machine/lock.h dont provide anything this code uses.
Diffstat (limited to 'sys/arch/hppa')
-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> |