diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 1999-02-26 04:17:21 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 1999-02-26 04:17:21 +0000 |
commit | 2c252e295acb34c1b4049d5a10a7b06c4fd10b8a (patch) | |
tree | 94732b3ccc80a449e126c075654f61a229c05f33 /sys | |
parent | bf6c0eb57bde383676fa38a509c5d044e42d8f98 (diff) |
some defines needed by uvm
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/i386/include/vmparam.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/arch/i386/include/vmparam.h b/sys/arch/i386/include/vmparam.h index 532d0c7c993..5ead15c680e 100644 --- a/sys/arch/i386/include/vmparam.h +++ b/sys/arch/i386/include/vmparam.h @@ -1,4 +1,4 @@ -/* $OpenBSD: vmparam.h,v 1.10 1998/04/25 20:31:37 mickey Exp $ */ +/* $OpenBSD: vmparam.h,v 1.11 1999/02/26 04:17:20 art Exp $ */ /* $NetBSD: vmparam.h,v 1.15 1994/10/27 04:16:34 cgd Exp $ */ /*- @@ -152,6 +152,10 @@ #define VM_PHYSSEG_STRAT VM_PSTRAT_BIGFIRST #define VM_PHYSSEG_NOADD /* can't add RAM after vm_mem_init */ +#define VM_NFREELIST 2 +#define VM_FREELIST_DEFAULT 0 +#define VM_FREELIST_FIRST16 1 + /* * pmap specific data stored in the vm_physmem[] array */ |