summaryrefslogtreecommitdiff
path: root/linux-core
diff options
context:
space:
mode:
authorDave Airlie <airlied@linux.ie>2004-10-23 07:02:29 +0000
committerDave Airlie <airlied@linux.ie>2004-10-23 07:02:29 +0000
commit1473556e065b1970196b8bb542574cd1e275bb00 (patch)
tree5580a4b596fcb20bd5700818ca18311633a239cf /linux-core
parent182a0e5dac5e2ae3751abc2eaa0398aa0150a131 (diff)
actually 2.6.10 introduced pfn range so it should work now..
Diffstat (limited to 'linux-core')
-rw-r--r--linux-core/drm_compat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux-core/drm_compat.h b/linux-core/drm_compat.h
index 4733ba33..d0b2ba9b 100644
--- a/linux-core/drm_compat.h
+++ b/linux-core/drm_compat.h
@@ -181,7 +181,7 @@ static inline void radeon_delete_i2c_busses(struct drm_device *dev)
#define VM_OFFSET(vma) ((vma)->vm_pgoff << PAGE_SHIFT)
-#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,9)
+#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,10)
static inline int remap_pfn_range(struct vm_area_struct *vma, unsigned long from, unsigned long pfn, unsigned long size, pgprot_t pgprot)
{
return remap_page_range(DRM_RPR_ARG(vma) from,