summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2014-07-09 08:32:57 +0000
committerderaadt <deraadt@openbsd.org>2014-07-09 08:32:57 +0000
commit8151c938c0488b65430c4e13b88843c7a79f4cb6 (patch)
tree2b1828c96509244a7fe56223feb8d874ee00d665
parentKNF (diff)
downloadwireguard-openbsd-8151c938c0488b65430c4e13b88843c7a79f4cb6.tar.xz
wireguard-openbsd-8151c938c0488b65430c4e13b88843c7a79f4cb6.zip
pull in uvm/uvm_extern.h (before and) and instead pmap.h, and do not assume
that user.h's tentacles fetched it even earlier.
-rw-r--r--sys/arch/powerpc/powerpc/trap.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/sys/arch/powerpc/powerpc/trap.c b/sys/arch/powerpc/powerpc/trap.c
index 3d0bebb3310..df85ef245be 100644
--- a/sys/arch/powerpc/powerpc/trap.c
+++ b/sys/arch/powerpc/powerpc/trap.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: trap.c,v 1.100 2014/05/11 00:12:44 guenther Exp $ */
+/* $OpenBSD: trap.c,v 1.101 2014/07/09 08:32:57 deraadt Exp $ */
/* $NetBSD: trap.c,v 1.3 1996/10/13 03:31:37 christos Exp $ */
/*
@@ -43,17 +43,16 @@
#include <dev/cons.h>
+#include <uvm/uvm_extern.h>
+
#include <machine/cpu.h>
#include <machine/fpu.h>
#include <machine/frame.h>
#include <machine/pcb.h>
-#include <machine/pmap.h>
#include <machine/psl.h>
#include <machine/trap.h>
#include <machine/db_machdep.h>
-#include <uvm/uvm_extern.h>
-
#include <ddb/db_extern.h>
#include <ddb/db_sym.h>
#include <ddb/db_output.h>