o Remove unused #defines.

This commit is contained in:
Alan Cox 2002-05-27 22:10:28 +00:00
parent 7a78ea3582
commit 8f2ba19c90
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=97359

View file

@ -144,15 +144,6 @@ struct vm_page {
#define SWAPBLK_NONE ((daddr_t)((u_daddr_t)SWAPBLK_MASK + 1))/* flag */
#if !defined(KLD_MODULE)
/*
* shared mutex array for vm_page_buckets[]
*/
#ifndef BUCKET_HASH_SIZE
#define BUCKET_HASH_SIZE 16
#endif
#define BUCKET_HASH_MASK (BUCKET_HASH_SIZE - 1)
/*
* Page coloring parameters
*/