1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-16 10:20:30 +00:00

o Lock page queue accesses by vm_page_wire().

This commit is contained in:
Alan Cox 2002-07-14 23:31:04 +00:00
parent 9b973ca71f
commit 0d76c3ba86
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=100000

View File

@ -857,7 +857,9 @@ pmap_growkernel(vm_offset_t addr)
nkpt++;
vm_page_lock_queues();
vm_page_wire(nkpg);
vm_page_unlock_queues();
ptepage = (struct ia64_lpte *)
IA64_PHYS_TO_RR7(VM_PAGE_TO_PHYS(nkpg));
bzero(ptepage, PAGE_SIZE);