summaryrefslogtreecommitdiff
path: root/sys/arch/alpha/include
diff options
context:
space:
mode:
authorDavid Gwynne <dlg@cvs.openbsd.org>2015-02-11 01:13:23 +0000
committerDavid Gwynne <dlg@cvs.openbsd.org>2015-02-11 01:13:23 +0000
commit073a443973a57f090644c4a40c4d99f87edc446f (patch)
tree94a6551491d89a506f6908fe07c5c1b99812e84d /sys/arch/alpha/include
parentb7b36265cdbd4dc244580c916f4e0e124b804a11 (diff)
alpha (nor any other arch) uses any types or api provided by sys/lock.h.
Diffstat (limited to 'sys/arch/alpha/include')
-rw-r--r--sys/arch/alpha/include/intr.h3
-rw-r--r--sys/arch/alpha/include/pmap.h3
2 files changed, 2 insertions, 4 deletions
diff --git a/sys/arch/alpha/include/intr.h b/sys/arch/alpha/include/intr.h
index 1b02d9d9520..49d2d936c97 100644
--- a/sys/arch/alpha/include/intr.h
+++ b/sys/arch/alpha/include/intr.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: intr.h,v 1.43 2014/02/01 21:19:39 miod Exp $ */
+/* $OpenBSD: intr.h,v 1.44 2015/02/11 01:13:22 dlg Exp $ */
/* $NetBSD: intr.h,v 1.26 2000/06/03 20:47:41 thorpej Exp $ */
/*-
@@ -62,7 +62,6 @@
#define _MACHINE_INTR_H_
#include <sys/evcount.h>
-#include <sys/lock.h>
#include <sys/mutex.h>
#include <sys/queue.h>
#include <machine/atomic.h>
diff --git a/sys/arch/alpha/include/pmap.h b/sys/arch/alpha/include/pmap.h
index be8c12d0209..ed80570e1e5 100644
--- a/sys/arch/alpha/include/pmap.h
+++ b/sys/arch/alpha/include/pmap.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: pmap.h,v 1.34 2015/02/09 22:35:06 miod Exp $ */
+/* $OpenBSD: pmap.h,v 1.35 2015/02/11 01:13:22 dlg Exp $ */
/* $NetBSD: pmap.h,v 1.37 2000/11/19 03:16:35 thorpej Exp $ */
/*-
@@ -74,7 +74,6 @@
#ifdef _KERNEL
-#include <sys/lock.h>
#include <sys/queue.h>
/*