Remove the unused M_MEMDEV from the kernel.

The M_MEMDEV memory allocation pool does not seem to be used. We can
live without it.

Approved by:	philip (mentor)
This commit is contained in:
Ed Schouten 2008-06-25 07:52:10 +00:00
parent 721351876c
commit 9d7a57e916
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=179991
2 changed files with 0 additions and 4 deletions

View File

@ -35,5 +35,3 @@ d_ioctl_t memioctl;
d_mmap_t memmmap;
void dev_mem_md_init(void);
MALLOC_DECLARE(M_MEMDEV);

View File

@ -35,5 +35,3 @@ d_read_t memrw;
d_mmap_t memmmap;
void dev_mem_md_init(void);
MALLOC_DECLARE(M_MEMDEV);