Remove the last bits of SPECHASH.

This commit is contained in:
Poul-Henning Kamp 2004-07-11 23:03:37 +00:00
parent b7562e178c
commit 2e30562054
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=131998

View File

@ -110,12 +110,6 @@ struct cdev {
#define si_snapblklist __si_u.__si_disk.__sid_snapblklist
#define si_copyonwrite __si_u.__si_disk.__sid_copyonwrite
/*
* Special device management
*/
#define SPECHSZ 64
#define SPECHASH(rdev) (((unsigned)(minor(rdev)))%SPECHSZ)
/*
* Definitions of device driver entry switches
*/