summaryrefslogtreecommitdiff
path: root/sys/vm/vm_glue.c
diff options
context:
space:
mode:
authorTom Rhodes <trhodes@FreeBSD.org>2003-04-17 15:39:12 +0000
committerTom Rhodes <trhodes@FreeBSD.org>2003-04-17 15:39:12 +0000
commit2a3eeaa240736c6c57541dd9e8af05b2750d0a3c (patch)
tree803a0e8a5bbe14ec2f270e609ca7d11a69fcb6fe /sys/vm/vm_glue.c
parent6e17a0d754b6c7943249bd3b74d27687d120a1d8 (diff)
Notes
Diffstat (limited to 'sys/vm/vm_glue.c')
-rw-r--r--sys/vm/vm_glue.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/vm/vm_glue.c b/sys/vm/vm_glue.c
index 7a795b6a9c7d..293733f3b69d 100644
--- a/sys/vm/vm_glue.c
+++ b/sys/vm/vm_glue.c
@@ -673,16 +673,16 @@ loop:
* Swap_idle_threshold1 is the guaranteed swapped in time for a process
*/
static int swap_idle_threshold1 = 2;
-SYSCTL_INT(_vm, OID_AUTO, swap_idle_threshold1,
- CTLFLAG_RW, &swap_idle_threshold1, 0, "");
+SYSCTL_INT(_vm, OID_AUTO, swap_idle_threshold1, CTLFLAG_RW,
+ &swap_idle_threshold1, 0, "");
/*
* Swap_idle_threshold2 is the time that a process can be idle before
* it will be swapped out, if idle swapping is enabled.
*/
static int swap_idle_threshold2 = 10;
-SYSCTL_INT(_vm, OID_AUTO, swap_idle_threshold2,
- CTLFLAG_RW, &swap_idle_threshold2, 0, "");
+SYSCTL_INT(_vm, OID_AUTO, swap_idle_threshold2, CTLFLAG_RW,
+ &swap_idle_threshold2, 0, "");
/*
* Swapout is driven by the pageout daemon. Very simple, we find eligible