]> git.pld-linux.org Git - packages/X11-driver-firegl.git/blame - X11-driver-firegl-noiommu.patch
- corrected header
[packages/X11-driver-firegl.git] / X11-driver-firegl-noiommu.patch
CommitLineData
e253e6a1
JR
1--- X11-driver-firegl-8.23.7/common/lib/modules/fglrx/build_mod/firegl_public.c.orig 2006-03-21 15:32:05.000000000 +0100
2+++ X11-driver-firegl-8.23.7/common/lib/modules/fglrx/build_mod/firegl_public.c 2006-03-21 15:38:06.000000000 +0100
3@@ -2353,7 +2353,7 @@
4
5 int ATI_API_CALL __ke_no_iommu(void)
6 {
7-#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,1)
8+#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,1) && LINUX_VERSION_CODE < KERNEL_VERSION(2,6,16)
9 #ifdef CONFIG_GART_IOMMU
10 return no_iommu;
11 #else /* !CONFIG_GART_IOMMU */
This page took 0.043256 seconds and 4 git commands to generate.