summaryrefslogtreecommitdiff
path: root/sys/arch/vax/include
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>2004-11-28 01:36:40 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>2004-11-28 01:36:40 +0000
commit01767a7d6ddf4a9cbb005cde19ee420b52d1ddcb (patch)
tree3b38337bf2057ffff2b805b625c8a22f08036e27 /sys/arch/vax/include
parent858a401502e5cc8fa9f36e97a3a6bb394c3f0529 (diff)
MAXSLP is not really an MD-configurable define so move it to param.h; miod@ testing
Diffstat (limited to 'sys/arch/vax/include')
-rw-r--r--sys/arch/vax/include/vmparam.h14
1 files changed, 1 insertions, 13 deletions
diff --git a/sys/arch/vax/include/vmparam.h b/sys/arch/vax/include/vmparam.h
index 11626c62c72..e2190bbf92b 100644
--- a/sys/arch/vax/include/vmparam.h
+++ b/sys/arch/vax/include/vmparam.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: vmparam.h,v 1.19 2003/06/02 23:27:57 millert Exp $ */
+/* $OpenBSD: vmparam.h,v 1.20 2004/11/28 01:36:39 mickey Exp $ */
/* $NetBSD: vmparam.h,v 1.32 2000/03/07 00:05:59 matt Exp $ */
/*-
@@ -89,18 +89,6 @@
#define SHMMAXPGS 64 /* XXXX should be 1024 */
#endif
-/*
- * The time for a process to be blocked before being very swappable.
- * This is a number of seconds which the system takes as being a non-trivial
- * amount of real time. You probably shouldn't change this;
- * it is used in subtle ways (fractions and multiples of it are, that is, like
- * half of a ``long time'', almost a long time, etc.)
- * It is related to human patience and other factors which don't really
- * change over time.
- */
-
-#define MAXSLP 20
-
#define VM_PHYSSEG_MAX 1
#define VM_PHYSSEG_NOADD
#define VM_PHYSSEG_STRAT VM_PSTRAT_BSEARCH /* XXX */