summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bsd-core/drm_bufs.c2
-rw-r--r--bsd/drm_bufs.h2
2 files changed, 0 insertions, 4 deletions
diff --git a/bsd-core/drm_bufs.c b/bsd-core/drm_bufs.c
index 46dc1c9a..7d56d0a3 100644
--- a/bsd-core/drm_bufs.c
+++ b/bsd-core/drm_bufs.c
@@ -141,8 +141,6 @@ int DRM(addmap)( DRM_IOCTL_ARGS )
break;
case _DRM_SHM:
- DRM_INFO( "%ld %d %d\n",
- map->size, DRM(order)( map->size ), PAGE_SHIFT);
map->handle = (void *)DRM(alloc)(map->size, DRM_MEM_SAREA);
DRM_DEBUG( "%ld %d %p\n",
map->size, DRM(order)( map->size ), map->handle );
diff --git a/bsd/drm_bufs.h b/bsd/drm_bufs.h
index 46dc1c9a..7d56d0a3 100644
--- a/bsd/drm_bufs.h
+++ b/bsd/drm_bufs.h
@@ -141,8 +141,6 @@ int DRM(addmap)( DRM_IOCTL_ARGS )
break;
case _DRM_SHM:
- DRM_INFO( "%ld %d %d\n",
- map->size, DRM(order)( map->size ), PAGE_SHIFT);
map->handle = (void *)DRM(alloc)(map->size, DRM_MEM_SAREA);
DRM_DEBUG( "%ld %d %p\n",
map->size, DRM(order)( map->size ), map->handle );