summaryrefslogtreecommitdiff
path: root/sys/arch/sparc/include/vmparam.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/sparc/include/vmparam.h')
-rw-r--r--sys/arch/sparc/include/vmparam.h13
1 files changed, 1 insertions, 12 deletions
diff --git a/sys/arch/sparc/include/vmparam.h b/sys/arch/sparc/include/vmparam.h
index 09f04c06cb7..a8ab4d3540d 100644
--- a/sys/arch/sparc/include/vmparam.h
+++ b/sys/arch/sparc/include/vmparam.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: vmparam.h,v 1.28 2003/06/02 23:27:55 millert Exp $ */
+/* $OpenBSD: vmparam.h,v 1.29 2004/11/28 01:36:39 mickey Exp $ */
/* $NetBSD: vmparam.h,v 1.13 1997/07/12 16:20:03 perry Exp $ */
/*
@@ -82,17 +82,6 @@
#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
-
-/*
* User/kernel map constants. Note that sparc/vaddrs.h defines the
* IO space virtual base, which must be the same as VM_MAX_KERNEL_ADDRESS:
* tread with care.