Remove definition of KMEM_DEBUG accidentally brought in by latest DTrace

import.

Noticed by:	thompsa
This commit is contained in:
Craig Rodrigues 2008-11-05 20:32:13 +00:00
parent e506f34b24
commit 6a73ed4f46

View File

@ -40,8 +40,6 @@ __FBSDID("$FreeBSD$");
#include <vm/vm_kern.h>
#include <vm/vm_map.h>
#define KMEM_DEBUG
#ifdef KMEM_DEBUG
#include <sys/queue.h>
#include <sys/stack.h>