summaryrefslogtreecommitdiff
path: root/linux-core
diff options
context:
space:
mode:
authorPekka Paalanen <pq@iki.fi>2008-01-04 23:47:57 +0200
committerPekka Paalanen <pq@iki.fi>2008-01-05 00:42:38 +0200
commitf5e5e5c0ea7d7a69f7bf16c718bf757fbb4b541d (patch)
tree6257367c906ea4755f901358fd4fab5774550eed /linux-core
parent30fba69a68efc196908dab22581d1b99cf8750ae (diff)
drm: One forgotten rename of 'mask' to 'proposed_flags'.
Due to commit d1187641d64f442968a3b9ea6a19de6cdd45acd4.
Diffstat (limited to 'linux-core')
-rw-r--r--linux-core/drm_compat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux-core/drm_compat.c b/linux-core/drm_compat.c
index 67c8c998..a745a7d9 100644
--- a/linux-core/drm_compat.c
+++ b/linux-core/drm_compat.c
@@ -232,7 +232,7 @@ static struct page *drm_bo_vm_fault(struct vm_area_struct *vma,
if (!(bo->mem.flags & DRM_BO_FLAG_MAPPABLE)) {
unsigned long _end = jiffies + 3*DRM_HZ;
- uint32_t new_mask = bo->mem.mask |
+ uint32_t new_mask = bo->mem.proposed_flags |
DRM_BO_FLAG_MAPPABLE |
DRM_BO_FLAG_FORCE_MAPPABLE;