Remove a few more spl's I missed earlier.

Reported by:	Michael Harnois <mdharnois@home.com>
Pointy hat:	me
This commit is contained in:
jhb 2001-05-22 00:09:26 +00:00
parent 0510e5ca49
commit 45f4ad96db
2 changed files with 0 additions and 4 deletions

View File

@ -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++;

View File

@ -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++;