Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 122335
Collapse All | Expand All

(-)firegl_public.c.orig (-1 / +1 lines)
Lines 2353-2359 Link Here
2353
2353
2354
int ATI_API_CALL __ke_no_iommu(void)
2354
int ATI_API_CALL __ke_no_iommu(void)
2355
{
2355
{
2356
#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,1)
2356
#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,1) && LINUX_VERSION_CODE < KERNEL_VERSION(2,6,16)
2357
#ifdef CONFIG_GART_IOMMU
2357
#ifdef CONFIG_GART_IOMMU
2358
    return no_iommu;
2358
    return no_iommu;
2359
#else /* !CONFIG_GART_IOMMU */
2359
#else /* !CONFIG_GART_IOMMU */

Return to bug 122335