diff options
author | Dave Airlie <airlied@linux.ie> | 2008-05-07 15:10:23 +1000 |
---|---|---|
committer | Dave Airlie <airlied@linux.ie> | 2008-05-07 15:10:23 +1000 |
commit | b44f2da380e78769b58c751e81f376f0fa1f48aa (patch) | |
tree | 570d5357a572641bed27d3527d3b21db90bdfe95 /linux-core/drm_compat.c | |
parent | d015219bd0b25f367be23e5df8355f479ee53a0f (diff) |
drm: nopage compat fixup for drm_vm
The kernel has removed nopage so move the old nopage codepaths into a compat vm file and switch to using the fault paths.
nopfn is on its way out in the future also, so we should switch to using fault
for that path as well soon
Diffstat (limited to 'linux-core/drm_compat.c')
-rw-r--r-- | linux-core/drm_compat.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linux-core/drm_compat.c b/linux-core/drm_compat.c index 23e5028a..3d082e7e 100644 --- a/linux-core/drm_compat.c +++ b/linux-core/drm_compat.c @@ -758,3 +758,4 @@ void *kmap_atomic_prot_pfn(unsigned long pfn, enum km_type type, EXPORT_SYMBOL(kmap_atomic_prot_pfn); #endif + |