From f4e10cdaa672034e2dc66208be3d71f045097cf9 Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Thu, 3 Jun 2010 02:24:53 +0000 Subject: [PATCH] Maintain the pretense that we support 32KB pages for the sake of the ia64 LINT build. --- sys/vm/vm_page.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/vm/vm_page.c b/sys/vm/vm_page.c index b29e30e029b..69e9097c908 100644 --- a/sys/vm/vm_page.c +++ b/sys/vm/vm_page.c @@ -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);