summaryrefslogtreecommitdiff
path: root/bsd-core/drm_memory.c
diff options
context:
space:
mode:
authorEric Anholt <anholt@freebsd.org>2004-11-06 02:00:04 +0000
committerEric Anholt <anholt@freebsd.org>2004-11-06 02:00:04 +0000
commitcf259f10aa8dbd83a4c086963fee7138280a9688 (patch)
tree38a897c0d2010553a7af808d70293f4a66cc63c3 /bsd-core/drm_memory.c
parentc9202c89653b8dac2ac322c3d3a7389945e1c94c (diff)
Remove the vestiges of the memory-debug code.
Diffstat (limited to 'bsd-core/drm_memory.c')
-rw-r--r--bsd-core/drm_memory.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/bsd-core/drm_memory.c b/bsd-core/drm_memory.c
index 63d9275f..dee3530c 100644
--- a/bsd-core/drm_memory.c
+++ b/bsd-core/drm_memory.c
@@ -38,9 +38,6 @@ MALLOC_DEFINE(M_DRM, "drm", "DRM Data Structures");
#undef malloctype
#endif
-#ifdef DEBUG_MEMORY
-#include "drm_memory_debug.h"
-#else
void drm_mem_init(void)
{
#ifdef __NetBSD__
@@ -178,5 +175,3 @@ drm_mtrr_del(unsigned long offset, size_t size, int flags)
return mtrr_set(&mtrrmap, &one, NULL, MTRR_GETSET_KERNEL);
}
#endif
-
-#endif /* DEBUG_MEMORY */