summaryrefslogtreecommitdiff
path: root/sys/arch/alpha
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2013-03-31 17:07:04 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2013-03-31 17:07:04 +0000
commit981db6d4846ff52a5e76c18517d079599fe5da98 (patch)
tree26b3f6cef2e1742df89006a720bb7fd809cfd9f9 /sys/arch/alpha
parent56bcb6febaf316d511fca8e7aa9fd4504e4602f2 (diff)
try to avoid pulling in pte.h and other more crazy things. Checked against
the things that libkvm needs.
Diffstat (limited to 'sys/arch/alpha')
-rw-r--r--sys/arch/alpha/include/pmap.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/alpha/include/pmap.h b/sys/arch/alpha/include/pmap.h
index 10ae6b9ccac..04d202c003b 100644
--- a/sys/arch/alpha/include/pmap.h
+++ b/sys/arch/alpha/include/pmap.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: pmap.h,v 1.27 2013/03/25 20:03:02 deraadt Exp $ */
+/* $OpenBSD: pmap.h,v 1.28 2013/03/31 17:07:03 deraadt Exp $ */
/* $NetBSD: pmap.h,v 1.37 2000/11/19 03:16:35 thorpej Exp $ */
/*-
@@ -70,13 +70,13 @@
#ifndef _PMAP_MACHINE_
#define _PMAP_MACHINE_
-#include <sys/lock.h>
-#include <sys/queue.h>
-
#include <machine/pte.h>
#ifdef _KERNEL
+#include <sys/lock.h>
+#include <sys/queue.h>
+
/*
* Machine-dependent virtual memory state.
*