Remove a few more spl's I missed earlier.

Reported by:	Michael Harnois <mdharnois@home.com>
Pointy hat:	me
This commit is contained in:
John Baldwin 2001-05-22 00:09:26 +00:00
parent 692bb1c3bb
commit c4f96c5f83
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=76947
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++;