summaryrefslogtreecommitdiff
path: root/linux/proc.c
diff options
context:
space:
mode:
Diffstat (limited to 'linux/proc.c')
-rw-r--r--linux/proc.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/linux/proc.c b/linux/proc.c
index bb8e18e0..ba6dee00 100644
--- a/linux/proc.c
+++ b/linux/proc.c
@@ -400,6 +400,7 @@ static int _drm_vma_info(char *buf, char **start, off_t offset, int len,
pgprot & _PAGE_GLOBAL ? 'g' : 'l' );
#endif
DRM_PROC_PRINT("\n");
+#if 0
for (i = vma->vm_start; i < vma->vm_end; i += PAGE_SIZE) {
pgd = pgd_offset(vma->vm_mm, i);
pmd = pmd_offset(pgd, i);
@@ -420,6 +421,7 @@ static int _drm_vma_info(char *buf, char **start, off_t offset, int len,
DRM_PROC_PRINT(" 0x%08lx\n", i);
}
}
+#endif
}
return len;