1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-17 15:27:36 +00:00

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

LINT build.
This commit is contained in:
Alan Cox 2010-06-03 02:24:53 +00:00
parent f28c411c0c
commit f4e10cdaa6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=208764

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);