diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2014-07-09 08:32:58 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2014-07-09 08:32:58 +0000 |
commit | dc59bf1c0838f411e0101ec9370f50776abc797d (patch) | |
tree | 239458770f39a3fe77ea7f9f2f4a8ef4da56577c /sys/arch/powerpc | |
parent | 178760dcad194c0feef4d6209f654d7a21f026cd (diff) |
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.
Diffstat (limited to 'sys/arch/powerpc')
-rw-r--r-- | sys/arch/powerpc/powerpc/trap.c | 7 |
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> |