Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/mac68k/include Revert (accidentally removed) MAXSLP...
details: https://anonhg.NetBSD.org/src/rev/04132ccdf990
branches: trunk
changeset: 481372:04132ccdf990
user: tsutsui <tsutsui%NetBSD.org@localhost>
date: Thu Jan 27 09:47:12 2000 +0000
description:
Revert (accidentally removed) MAXSLP macro.
diffstat:
sys/arch/mac68k/include/vmparam.h | 13 ++++++++++++-
1 files changed, 12 insertions(+), 1 deletions(-)
diffs (27 lines):
diff -r 87262f01d666 -r 04132ccdf990 sys/arch/mac68k/include/vmparam.h
--- a/sys/arch/mac68k/include/vmparam.h Thu Jan 27 08:25:51 2000 +0000
+++ b/sys/arch/mac68k/include/vmparam.h Thu Jan 27 09:47:12 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: vmparam.h,v 1.24 2000/01/26 09:44:11 tsutsui Exp $ */
+/* $NetBSD: vmparam.h,v 1.25 2000/01/27 09:47:12 tsutsui Exp $ */
/*
* Copyright (c) 1988 University of Utah.
@@ -143,6 +143,17 @@
#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
+
+/*
* Mach derived constants
*/
Home |
Main Index |
Thread Index |
Old Index