diff options
| author | soren <soren@NetBSD.org> | 2001-11-15 18:06:11 +0000 |
|---|---|---|
| committer | soren <soren@NetBSD.org> | 2001-11-15 18:06:11 +0000 |
| commit | 662f877587f348c271e48041e39052b8f56bee97 (patch) | |
| tree | 86df43ac33a9fe2a878db7b4e26eb2beb3dc726d /sys/arch/atari/include | |
| parent | f2054f074300b5949eb62e9c4bca3aebb3b1173d (diff) | |
MAXSLP is defined to be a machine-independent scheduling parameter,
so move it into sys/param.h.
Diffstat (limited to 'sys/arch/atari/include')
| -rw-r--r-- | sys/arch/atari/include/vmparam.h | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/sys/arch/atari/include/vmparam.h b/sys/arch/atari/include/vmparam.h index 85f74992034..aa331c96ae2 100644 --- a/sys/arch/atari/include/vmparam.h +++ b/sys/arch/atari/include/vmparam.h @@ -1,4 +1,4 @@ -/* $NetBSD: vmparam.h,v 1.16 2001/05/01 02:19:15 thorpej Exp $ */ +/* $NetBSD: vmparam.h,v 1.17 2001/11/15 18:06:13 soren Exp $ */ /* * Copyright (c) 1988 University of Utah. @@ -118,17 +118,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 */ #define VM_MIN_ADDRESS ((vaddr_t)0) |
