diff options
author | Kevin E Martin <kem@kem.org> | 2000-05-18 06:14:27 +0000 |
---|---|---|
committer | Kevin E Martin <kem@kem.org> | 2000-05-18 06:14:27 +0000 |
commit | 99efe3c247f726909f0a9a43e59835ebfc2d121f (patch) | |
tree | 6b98cfe82f03a049971956e9b9d738f74a7b453a /linux/proc.c | |
parent | e79f86b2540527fd5261aae9e251d582282914dc (diff) |
Merged ati-4-0-1ati-4-0-1-20000518-merge
Diffstat (limited to 'linux/proc.c')
-rw-r--r-- | linux/proc.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/linux/proc.c b/linux/proc.c index db98fd6a..392abceb 100644 --- a/linux/proc.c +++ b/linux/proc.c @@ -1,8 +1,7 @@ /* proc.c -- /proc support for DRM -*- linux-c -*- * Created: Mon Jan 11 09:48:47 1999 by faith@precisioninsight.com - * Revised: Sun Feb 13 23:41:04 2000 by kevin@precisioninsight.com * - * Copyright 1999 Precision Insight, Inc., Cedar Park, Texas. + * Copyright 1999, 2000 Precision Insight, Inc., Cedar Park, Texas. * All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a @@ -400,6 +399,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 +420,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; |