summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_glue.c
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1997-01-15 19:05:08 +0000
committerbde <bde@FreeBSD.org>1997-01-15 19:05:08 +0000
commitdd18dffcc8b7d5a41bf96d38d5da25ffb1f6b23d (patch)
tree9960ee87f20ff757790caac3cc27badb1fb77def /sys/vm/vm_glue.c
parentcfb07f1e1be1867dd238112b16159442dea3b60b (diff)
downloadFreeBSD-src-dd18dffcc8b7d5a41bf96d38d5da25ffb1f6b23d.zip
FreeBSD-src-dd18dffcc8b7d5a41bf96d38d5da25ffb1f6b23d.tar.gz
Removed redundant spl0()'s from kernel processes. They were work-arounds
for a bug in fork().
Diffstat (limited to 'sys/vm/vm_glue.c')
-rw-r--r--sys/vm/vm_glue.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/vm/vm_glue.c b/sys/vm/vm_glue.c
index aed4129..25290e6 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;
OpenPOWER on IntegriCloud