summaryrefslogtreecommitdiffstats
path: root/sys/arm
diff options
context:
space:
mode:
authorkib <kib@FreeBSD.org>2011-01-09 12:50:44 +0000
committerkib <kib@FreeBSD.org>2011-01-09 12:50:44 +0000
commit4f8260e700b5765d95a10d02fa5cccd633ac0954 (patch)
tree185b41ec088e628403e26ab0d571fc79249b094f /sys/arm
parentb2e3ee7d07d38a011d50e0ce65fe146aafb5c939 (diff)
downloadFreeBSD-src-4f8260e700b5765d95a10d02fa5cccd633ac0954.zip
FreeBSD-src-4f8260e700b5765d95a10d02fa5cccd633ac0954.tar.gz
Move repeated MAXSLP definition from machine/vmparam.h to sys/vmmeter.h.
Update the outdated comments describing MAXSLP and the process selection algorithm for swap out. Comments wording and reviewed by: alc
Diffstat (limited to 'sys/arm')
-rw-r--r--sys/arm/include/vmparam.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/arm/include/vmparam.h b/sys/arm/include/vmparam.h
index 23b0f86..c608daa 100644
--- a/sys/arm/include/vmparam.h
+++ b/sys/arm/include/vmparam.h
@@ -146,7 +146,6 @@
#define DFLSSIZ (2*1024*1024)
#define MAXSSIZ (8*1024*1024)
#define SGROWSIZ (128*1024)
-#define MAXSLP 20
#ifdef ARM_USE_SMALL_ALLOC
#define UMA_MD_SMALL_ALLOC
OpenPOWER on IntegriCloud