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

(-)kernel.orig/kernel/nvidia-modeset/nvidia-modeset-linux.c (-2 / +2 lines)
Lines 282-289 Link Here
282
 * are called while nvkms_lock is held.
282
 * are called while nvkms_lock is held.
283
 *************************************************************************/
283
 *************************************************************************/
284
284
285
/* Don't use kmalloc for allocations larger than 128k */
285
/* Don't use kmalloc for allocations larger than one page */
286
#define KMALLOC_LIMIT (128 * 1024)
286
#define KMALLOC_LIMIT PAGE_SIZE
287
287
288
void* NVKMS_API_CALL nvkms_alloc(size_t size, NvBool zero)
288
void* NVKMS_API_CALL nvkms_alloc(size_t size, NvBool zero)
289
{
289
{

Return to bug 755497