diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2010-06-28 04:20:30 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2010-06-28 04:20:30 +0000 |
commit | b27faa82e26347c17aff72975081e2d9d2b40f46 (patch) | |
tree | 66bf34fae1f03dee09b788d8e2e6fa0080c1e299 /sys/arch/mac68k | |
parent | 7a51be8ddeb0f2738636ebd46232ebf65355d8b6 (diff) |
Move uvm_km_pages struct declaration and watermark bounds to uvm_km.h, so
that md code can peek at it, and update m68k !__HAVE_PMAP_DIRECT setup code
to the recent uvm_km changes.
ok thib@
Diffstat (limited to 'sys/arch/mac68k')
-rw-r--r-- | sys/arch/mac68k/mac68k/pmap_bootstrap.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mac68k/mac68k/pmap_bootstrap.c b/sys/arch/mac68k/mac68k/pmap_bootstrap.c index 7d8e974fea0..faf063c2474 100644 --- a/sys/arch/mac68k/mac68k/pmap_bootstrap.c +++ b/sys/arch/mac68k/mac68k/pmap_bootstrap.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pmap_bootstrap.c,v 1.41 2009/01/10 22:12:20 thib Exp $ */ +/* $OpenBSD: pmap_bootstrap.c,v 1.42 2010/06/28 04:20:28 miod Exp $ */ /* $NetBSD: pmap_bootstrap.c,v 1.50 1999/04/07 06:14:33 scottr Exp $ */ /* @@ -42,7 +42,7 @@ #include <sys/systm.h> #include <uvm/uvm_extern.h> -#include <uvm/uvm_pmap.h> +#include <uvm/uvm_km.h> #include <machine/autoconf.h> #include <machine/cpu.h> |