From 60aa8a602bacbc89c4c03ff352c9702392416b32 Mon Sep 17 00:00:00 2001 From: ed Date: Wed, 25 Jun 2008 07:52:10 +0000 Subject: 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) --- sys/i386/include/memdev.h | 2 -- sys/powerpc/include/memdev.h | 2 -- 2 files changed, 4 deletions(-) diff --git a/sys/i386/include/memdev.h b/sys/i386/include/memdev.h index eafa9cc..97000c9 100644 --- a/sys/i386/include/memdev.h +++ b/sys/i386/include/memdev.h @@ -35,5 +35,3 @@ d_ioctl_t memioctl; d_mmap_t memmmap; void dev_mem_md_init(void); - -MALLOC_DECLARE(M_MEMDEV); diff --git a/sys/powerpc/include/memdev.h b/sys/powerpc/include/memdev.h index 26dcaa8..584eb4c 100644 --- a/sys/powerpc/include/memdev.h +++ b/sys/powerpc/include/memdev.h @@ -35,5 +35,3 @@ d_read_t memrw; d_mmap_t memmmap; void dev_mem_md_init(void); - -MALLOC_DECLARE(M_MEMDEV); -- cgit v1.1