summaryrefslogtreecommitdiff
path: root/linux/vm.c
diff options
context:
space:
mode:
Diffstat (limited to 'linux/vm.c')
-rw-r--r--linux/vm.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/linux/vm.c b/linux/vm.c
index 074e75d9..4c78be87 100644
--- a/linux/vm.c
+++ b/linux/vm.c
@@ -68,8 +68,6 @@ struct page *drm_vm_nopage(struct vm_area_struct *vma,
int write_access)
#endif
{
- DRM_DEBUG("0x%08lx, %d\n", address, write_access);
-
return NOPAGE_SIGBUS; /* Disallow mremap */
}