diff options
Diffstat (limited to 'sys/arch/mvme88k/mvme88k/m197_machdep.c')
-rw-r--r-- | sys/arch/mvme88k/mvme88k/m197_machdep.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/mvme88k/mvme88k/m197_machdep.c b/sys/arch/mvme88k/mvme88k/m197_machdep.c index 65be66dae30..068ce693362 100644 --- a/sys/arch/mvme88k/mvme88k/m197_machdep.c +++ b/sys/arch/mvme88k/mvme88k/m197_machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: m197_machdep.c,v 1.5 2004/12/24 22:50:30 miod Exp $ */ +/* $OpenBSD: m197_machdep.c,v 1.6 2005/04/27 14:07:38 miod Exp $ */ /* * Copyright (c) 1998, 1999, 2000, 2001 Steve Murphree, Jr. * Copyright (c) 1996 Nivas Madhur @@ -49,6 +49,8 @@ #include <sys/kernel.h> #include <sys/errno.h> +#include <uvm/uvm_extern.h> + #include <machine/asm_macro.h> #include <machine/cmmu.h> #include <machine/cpu.h> @@ -57,8 +59,6 @@ #include <machine/trap.h> #include <machine/mvme197.h> -#include <uvm/uvm_extern.h> - #include <mvme88k/dev/busswreg.h> void m197_bootstrap(void); |