diff options
author | Jon Smirl <jonsmirl@yahoo.com> | 2004-09-12 03:30:30 +0000 |
---|---|---|
committer | Jon Smirl <jonsmirl@yahoo.com> | 2004-09-12 03:30:30 +0000 |
commit | 15407efd468b8745354a346544aba5f25448103a (patch) | |
tree | 5a5a4e0dc8dbbaeb3d78f7186cbf32627552a4b0 /linux-core/drm_os_linux.h | |
parent | 36050cc958596ca81d667d8a51e124e9ea9eb866 (diff) |
Make the comment match the code
Diffstat (limited to 'linux-core/drm_os_linux.h')
-rw-r--r-- | linux-core/drm_os_linux.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux-core/drm_os_linux.h b/linux-core/drm_os_linux.h index 7e53e0d5..62e009e2 100644 --- a/linux-core/drm_os_linux.h +++ b/linux-core/drm_os_linux.h @@ -15,7 +15,7 @@ /** Current process ID */ #define DRM_CURRENTPID current->pid #define DRM_UDELAY(d) udelay(d) -#if LINUX_VERSION_CODE <= 0x020608 /* KERNEL_VERSION(2,4,14) */ +#if LINUX_VERSION_CODE <= 0x020608 /* KERNEL_VERSION(2,6,8) */ /** Read a byte from a MMIO region */ #define DRM_READ8(map, offset) readb(((unsigned long)(map)->handle) + (offset)) /** Read a word from a MMIO region */ |