diff options
Diffstat (limited to 'linux')
-rw-r--r-- | linux/drm_os_linux.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drm_os_linux.h b/linux/drm_os_linux.h index 7e53e0d5..62e009e2 100644 --- a/linux/drm_os_linux.h +++ b/linux/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 */ |