diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2014-02-24 21:36:50 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2014-02-24 21:36:50 +0000 |
commit | 00564690154105ac48df434a3d751260477a546f (patch) | |
tree | c30ba3ce8ef3f16d1034199ddf3d8c593fb97cec /sys | |
parent | 11d2c99b32198ce0a0b58f3fd66d421c7dff8266 (diff) |
Reduce dmesg spam. Apologies to stsp@ for rejecting his larger diff that
contained this bit.
ok deraadt@
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/pci/drm/ttm/ttm_page_alloc.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/pci/drm/ttm/ttm_page_alloc.c b/sys/dev/pci/drm/ttm/ttm_page_alloc.c index 9b00a203209..a0489d215e2 100644 --- a/sys/dev/pci/drm/ttm/ttm_page_alloc.c +++ b/sys/dev/pci/drm/ttm/ttm_page_alloc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ttm_page_alloc.c,v 1.3 2014/02/09 10:57:26 jsg Exp $ */ +/* $OpenBSD: ttm_page_alloc.c,v 1.4 2014/02/24 21:36:49 kettenis Exp $ */ /* * Copyright (c) Red Hat Inc. @@ -460,7 +460,6 @@ static int ttm_pool_mm_shrink(struct shrinker *shrink, static void ttm_pool_mm_shrink_init(struct ttm_pool_manager *manager) { - printf("%s stub\n", __func__); #ifdef notyet manager->mm_shrink.shrink = &ttm_pool_mm_shrink; manager->mm_shrink.seeks = 1; |