diff options
Diffstat (limited to 'linux-core/drm_bo.c')
| -rw-r--r-- | linux-core/drm_bo.c | 7 | 
1 files changed, 0 insertions, 7 deletions
| diff --git a/linux-core/drm_bo.c b/linux-core/drm_bo.c index 88b2ee66..3fb43fcb 100644 --- a/linux-core/drm_bo.c +++ b/linux-core/drm_bo.c @@ -2362,9 +2362,6 @@ int drm_bo_driver_finish(struct drm_device *dev)  	if (list_empty(&bm->unfenced))  		DRM_DEBUG("Unfenced list was clean\n"); -#if (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,15)) -	ClearPageReserved(bm->dummy_read_page); -#endif  	__free_page(bm->dummy_read_page);  out: @@ -2397,10 +2394,6 @@ int drm_bo_driver_init(struct drm_device *dev)  		goto out_unlock;  	} -#if (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,15)) -	SetPageReserved(bm->dummy_read_page); -#endif -  	/*  	 * Initialize the system memory buffer type.  	 * Other types need to be driver / IOCTL initialized. | 
