diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2006-06-04 17:20:40 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2006-06-04 17:20:40 +0000 |
commit | bba723b9745299edaf195f729e9513d715fe9e8d (patch) | |
tree | c8aefb4e8020f728990b17af9d2649ed4f8dda78 /sys/arch/hp300/include/vmparam.h | |
parent | f98c7272f4e84133a3cf95aff759804bb7b32cda (diff) |
When VM_PHYSSEG_MAX is 1, use VM_PSTRAT_RANDOM for VM_PHYSSEG_STRAT, this
makes uvm_page.o smaller.
Diffstat (limited to 'sys/arch/hp300/include/vmparam.h')
-rw-r--r-- | sys/arch/hp300/include/vmparam.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hp300/include/vmparam.h b/sys/arch/hp300/include/vmparam.h index e1ac81f5c22..67d96869377 100644 --- a/sys/arch/hp300/include/vmparam.h +++ b/sys/arch/hp300/include/vmparam.h @@ -1,4 +1,4 @@ -/* $OpenBSD: vmparam.h,v 1.15 2004/12/30 21:26:17 miod Exp $ */ +/* $OpenBSD: vmparam.h,v 1.16 2006/06/04 17:20:38 miod Exp $ */ /* $NetBSD: vmparam.h,v 1.16 1998/08/20 08:33:48 kleink Exp $ */ /* @@ -53,6 +53,6 @@ * The hp300 only has one physical memory segment. */ #define VM_PHYSSEG_MAX 1 -#define VM_PHYSSEG_STRAT VM_PSTRAT_BSEARCH +#define VM_PHYSSEG_STRAT VM_PSTRAT_RANDOM #endif /* _HP300_VMPARAM_H_ */ |