diff options
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_ */ |