summaryrefslogtreecommitdiffstats
path: root/sys/vm
diff options
context:
space:
mode:
authorkib <kib@FreeBSD.org>2011-11-05 09:03:18 +0000
committerkib <kib@FreeBSD.org>2011-11-05 09:03:18 +0000
commita527ed800857e77ccfe906417fa4e8b06fc6d849 (patch)
treea8b29138415e70d01dca83ef94afd73506f8ff49 /sys/vm
parent91c9020e204a60fe6696c11e641e4766935bc954 (diff)
downloadFreeBSD-src-a527ed800857e77ccfe906417fa4e8b06fc6d849.zip
FreeBSD-src-a527ed800857e77ccfe906417fa4e8b06fc6d849.tar.gz
Remove redundand definitions. The chunk was missed from r227102.
MFC after: 2 weeks
Diffstat (limited to 'sys/vm')
-rw-r--r--sys/vm/vm_page.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/sys/vm/vm_page.h b/sys/vm/vm_page.h
index e3eb08c..7099b70 100644
--- a/sys/vm/vm_page.h
+++ b/sys/vm/vm_page.h
@@ -324,16 +324,6 @@ extern struct vpglocks vm_page_queue_lock;
#define vm_page_lock_queues() mtx_lock(&vm_page_queue_mtx)
#define vm_page_unlock_queues() mtx_unlock(&vm_page_queue_mtx)
-#if PAGE_SIZE == 4096
-#define VM_PAGE_BITS_ALL 0xffu
-#elif PAGE_SIZE == 8192
-#define VM_PAGE_BITS_ALL 0xffffu
-#elif PAGE_SIZE == 16384
-#define VM_PAGE_BITS_ALL 0xffffffffu
-#elif PAGE_SIZE == 32768
-#define VM_PAGE_BITS_ALL 0xfffffffffffffffflu
-#endif
-
/* page allocation classes: */
#define VM_ALLOC_NORMAL 0
#define VM_ALLOC_INTERRUPT 1
OpenPOWER on IntegriCloud