Maintain the pretense that we support 32KB pages for the sake of the ia64

LINT build.
This commit is contained in:
alc 2010-06-03 02:24:53 +00:00
parent 1ae09bbbb6
commit 518ce17afa

View File

@ -2110,7 +2110,7 @@ vm_page_clear_dirty_mask(vm_page_t m, int pagebits)
void
vm_page_set_validclean(vm_page_t m, int base, int size)
{
u_int oldvalid;
u_long oldvalid;
int endoff, frag, pagebits;
VM_OBJECT_LOCK_ASSERT(m->object, MA_OWNED);