summaryrefslogtreecommitdiffstats
path: root/sys/i386
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2001-05-22 00:09:26 +0000
committerjhb <jhb@FreeBSD.org>2001-05-22 00:09:26 +0000
commit3fa1baf4de6bfc15ca62a2118e8728059e482a5a (patch)
treea6de44f1e2f714f46c47f2d8f62982d49730ba82 /sys/i386
parent82ab5b2b68d0f33005187bdb78a5500881a55c2f (diff)
downloadFreeBSD-src-3fa1baf4de6bfc15ca62a2118e8728059e482a5a.zip
FreeBSD-src-3fa1baf4de6bfc15ca62a2118e8728059e482a5a.tar.gz
Remove a few more spl's I missed earlier.
Reported by: Michael Harnois <mdharnois@home.com> Pointy hat: me
Diffstat (limited to 'sys/i386')
-rw-r--r--sys/i386/i386/vm_machdep.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/i386/i386/vm_machdep.c b/sys/i386/i386/vm_machdep.c
index 8a00264..44dc9d0 100644
--- a/sys/i386/i386/vm_machdep.c
+++ b/sys/i386/i386/vm_machdep.c
@@ -597,9 +597,7 @@ vm_page_zero_idle()
vm_page_queues[m->queue].lcnt--;
TAILQ_REMOVE(&vm_page_queues[m->queue].pl, m, pageq);
m->queue = PQ_NONE;
- splx(s);
pmap_zero_page(VM_PAGE_TO_PHYS(m));
- (void)splvm();
vm_page_flag_set(m, PG_ZERO);
m->queue = PQ_FREE + m->pc;
vm_page_queues[m->queue].lcnt++;
OpenPOWER on IntegriCloud