diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 2007-05-29 02:36:20 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 2007-05-29 02:36:20 +0000 |
commit | 17d8bd4bf87531fc31c4ea301438da0f7355d137 (patch) | |
tree | 77e6a6422e8bdf3d840a3ff1a940053fae2fb4b8 /sys/arch/amd64/include | |
parent | afc6d2c3ebf4a335b4913c815891553e43d25d28 (diff) |
PMAP_STEAL_MEMORY for amd64
drahn@ ok
Diffstat (limited to 'sys/arch/amd64/include')
-rw-r--r-- | sys/arch/amd64/include/pmap.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/amd64/include/pmap.h b/sys/arch/amd64/include/pmap.h index 2aa0fefb23f..65af4832e94 100644 --- a/sys/arch/amd64/include/pmap.h +++ b/sys/arch/amd64/include/pmap.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pmap.h,v 1.14 2007/05/27 21:06:05 jason Exp $ */ +/* $OpenBSD: pmap.h,v 1.15 2007/05/29 02:36:19 art Exp $ */ /* $NetBSD: pmap.h,v 1.1 2003/04/26 18:39:46 fvdl Exp $ */ /* @@ -433,6 +433,7 @@ void pmap_prealloc_lowmem_ptps(void); void pagezero(vaddr_t); +#define PMAP_STEAL_MEMORY /* enable pmap_steal_memory() */ #define PMAP_GROWKERNEL /* turn on pmap_growkernel interface */ /* |