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

(-)NVIDIA.orig/usr/src/nv/nv.c (-1 / +1 lines)
Lines 1802-1808 Link Here
1802
        }
1802
        }
1803
1803
1804
        status = request_irq(nv->interrupt_line, nv_kern_isr,
1804
        status = request_irq(nv->interrupt_line, nv_kern_isr,
1805
                             SA_INTERRUPT | SA_SHIRQ, "nvidia",
1805
                             IRQF_DISABLED | IRQF_SHARED, "nvidia",
1806
                             (void *) nvl);
1806
                             (void *) nvl);
1807
        if (status != 0)
1807
        if (status != 0)
1808
        {
1808
        {

Return to bug 168127