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

(-)kernel/nv-linux.h.orig (-1 / +1 lines)
Lines 639-645 Link Here
639
#define NV_KMEM_CACHE_CREATE(kmem_cache, name, type)            \
639
#define NV_KMEM_CACHE_CREATE(kmem_cache, name, type)            \
640
    {                                                           \
640
    {                                                           \
641
        kmem_cache = kmem_cache_create(name, sizeof(type),      \
641
        kmem_cache = kmem_cache_create(name, sizeof(type),      \
642
                        0, 0, NULL);                            \
642
                        0, SLAB_USERCOPY, NULL);                            \
643
    }
643
    }
644
#else
644
#else
645
#error "NV_KMEM_CACHE_CREATE_ARGUMENT_COUNT value unrecognized!"
645
#error "NV_KMEM_CACHE_CREATE_ARGUMENT_COUNT value unrecognized!"

Return to bug 378059