aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/kern_malloc.c
diff options
context:
space:
mode:
authorMark Johnston <markj@FreeBSD.org>2016-05-20 04:45:08 +0000
committerMark Johnston <markj@FreeBSD.org>2016-05-20 04:45:08 +0000
commit5e0a6f31e5d981ae2c57dd8aa712eff1ee54fd90 (patch)
tree9a02f22f947e95a024b9afcac2c5abf46e9b37aa /sys/kern/kern_malloc.c
parent0f1d791d96a10ca3a681775d64d36fd5c4e296db (diff)
downloadsrc-5e0a6f31e5d981ae2c57dd8aa712eff1ee54fd90.tar.gz
src-5e0a6f31e5d981ae2c57dd8aa712eff1ee54fd90.zip
Move IPv6 malloc tag definitions into the IPv6 code.
Notes
Notes: svn path=/head/; revision=300262
Diffstat (limited to 'sys/kern/kern_malloc.c')
-rw-r--r--sys/kern/kern_malloc.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/kern/kern_malloc.c b/sys/kern/kern_malloc.c
index e7c81d67e936..e6bc60c8a6bf 100644
--- a/sys/kern/kern_malloc.c
+++ b/sys/kern/kern_malloc.c
@@ -110,9 +110,6 @@ MALLOC_DEFINE(M_CACHE, "cache", "Various Dynamically allocated caches");
MALLOC_DEFINE(M_DEVBUF, "devbuf", "device driver memory");
MALLOC_DEFINE(M_TEMP, "temp", "misc temporary data buffers");
-MALLOC_DEFINE(M_IP6OPT, "ip6opt", "IPv6 options");
-MALLOC_DEFINE(M_IP6NDP, "ip6ndp", "IPv6 Neighbor Discovery");
-
static struct malloc_type *kmemstatistics;
static int kmemcount;