Make the comment match the code
authorJon Smirl <jonsmirl@yahoo.com>
Sun, 12 Sep 2004 03:30:30 +0000 (03:30 +0000)
committerJon Smirl <jonsmirl@yahoo.com>
Sun, 12 Sep 2004 03:30:30 +0000 (03:30 +0000)
linux-core/drm_os_linux.h
linux/drm_os_linux.h

index 7e53e0d..62e009e 100644 (file)
@@ -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 */
index 7e53e0d..62e009e 100644 (file)
@@ -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 */