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

(-)lib.orig/modules/fglrx/build_mod/agpgart_be.c (-1 / +2 lines)
Lines 4414-4420 Link Here
4414
    if (page == NULL)
4414
    if (page == NULL)
4415
        return 0;
4415
        return 0;
4416
4416
4417
    atomic_inc(&page->count);
4417
    //atomic_inc(&page->count);
4418
    get_page(page);
4418
    set_bit(PG_locked, &page->flags);
4419
    set_bit(PG_locked, &page->flags);
4419
    atomic_inc(&agp_bridge.current_memory_agp);
4420
    atomic_inc(&agp_bridge.current_memory_agp);
4420
4421

Return to bug 57957