summaryrefslogtreecommitdiff
path: root/sys/arch/arm/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/arm/include
parent858a401502e5cc8fa9f36e97a3a6bb394c3f0529 (diff)
MAXSLP is not really an MD-configurable define so move it to param.h; miod@ testing
Diffstat (limited to 'sys/arch/arm/include')
-rw-r--r--sys/arch/arm/include/vmparam.h13
1 files changed, 1 insertions, 12 deletions
diff --git a/sys/arch/arm/include/vmparam.h b/sys/arch/arm/include/vmparam.h
index 3a6aebc4b26..48357bf4cb5 100644
--- a/sys/arch/arm/include/vmparam.h
+++ b/sys/arch/arm/include/vmparam.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: vmparam.h,v 1.1 2004/02/01 05:09:49 drahn Exp $ */
+/* $OpenBSD: vmparam.h,v 1.2 2004/11/28 01:36:38 mickey Exp $ */
/* $NetBSD: vmparam.h,v 1.18 2003/05/21 18:04:44 thorpej Exp $ */
/*
@@ -54,17 +54,6 @@
#define KERNBASE VM_MAXUSER_ADDRESS
/*
- * 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
-
-/*
* Note that MAXTSIZ can't be larger than 32M, otherwise the compiler
* would have to be changed to not generate "bl" instructions.
*/