From 537f2208f00069913c161750baef82964d0e870e Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Sun, 29 Sep 2002 23:56:17 +0000 Subject: Remove some noise being spit to the console. --- bsd-core/drm_bufs.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'bsd-core') 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 ); -- cgit v1.2.3