From 291cab74ffce453e88bca6aafc8724282d7f8b2a Mon Sep 17 00:00:00 2001 From: Venkatesh Srinivas Date: Sat, 22 Jan 2011 09:09:54 -0800 Subject: [PATCH] Remove another 8k PAGE_SIZE test in vm_page.h. --- sys/vm/vm_page.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/sys/vm/vm_page.h b/sys/vm/vm_page.h index a87c594725..d73717466d 100644 --- a/sys/vm/vm_page.h +++ b/sys/vm/vm_page.h @@ -459,10 +459,6 @@ vm_page_io_finish(vm_page_t m) #define VM_PAGE_BITS_ALL 0xff #endif -#if PAGE_SIZE == 8192 -#define VM_PAGE_BITS_ALL 0xffff -#endif - /* * Note: the code will always use nominally free pages from the free list * before trying other flag-specified sources. -- 2.41.0