diff options
Diffstat (limited to 'linux/vm.c')
-rw-r--r-- | linux/vm.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -67,8 +67,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 */ } |