diff options
author | 1999-02-26 04:17:20 +0000 | |
---|---|---|
committer | 1999-02-26 04:17:20 +0000 | |
commit | ecdc73f04658380dd9e4cdc34c26ce9cf406c52c (patch) | |
tree | d5efe0a8c38238ac2c36a6855c376030e40a3bbd /sys/arch/i386/include/vmparam.h | |
parent | cnt is called uvmexp in uvm and the names of the members have changed. (diff) | |
download | wireguard-openbsd-ecdc73f04658380dd9e4cdc34c26ce9cf406c52c.tar.xz wireguard-openbsd-ecdc73f04658380dd9e4cdc34c26ce9cf406c52c.zip |
some defines needed by uvm
Diffstat (limited to 'sys/arch/i386/include/vmparam.h')
-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 */ |