aboutsummaryrefslogtreecommitdiff
path: root/sys/vm
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1997-01-15 19:05:08 +0000
committerBruce Evans <bde@FreeBSD.org>1997-01-15 19:05:08 +0000
commit16a02c1105cdfef45f3ea5da396c5875ddbe8abe (patch)
tree9960ee87f20ff757790caac3cc27badb1fb77def /sys/vm
parent3e2bca9e04fafe78f4c817d5ca37fc71d5a41ce8 (diff)
Notes
Diffstat (limited to 'sys/vm')
-rw-r--r--sys/vm/vm_glue.c1
-rw-r--r--sys/vm/vm_pageout.c4
2 files changed, 0 insertions, 5 deletions
diff --git a/sys/vm/vm_glue.c b/sys/vm/vm_glue.c
index aed41293f3e8..25290e696af8 100644
--- a/sys/vm/vm_glue.c
+++ b/sys/vm/vm_glue.c
@@ -322,7 +322,6 @@ scheduler(dummy)
struct proc *pp;
int ppri;
- spl0();
loop:
while ((cnt.v_free_count + cnt.v_cache_count) < cnt.v_free_min) {
VM_WAIT;
diff --git a/sys/vm/vm_pageout.c b/sys/vm/vm_pageout.c
index a6fd794a917e..85b498eefc20 100644
--- a/sys/vm/vm_pageout.c
+++ b/sys/vm/vm_pageout.c
@@ -956,8 +956,6 @@ int add;
static void
vm_pageout()
{
- (void) spl0();
-
/*
* Initialize some paging parameters.
*/
@@ -1045,8 +1043,6 @@ vm_daemon()
vm_object_t object;
struct proc *p;
- (void) spl0();
-
while (TRUE) {
tsleep(&vm_daemon_needed, PUSER, "psleep", 0);
if (vm_pageout_req_swapout) {