pentoo-overlay/sys-kernel/pentoo-sources/files/9998-vmalloc-256M.patch
grimmlin ac96cb4193 pentoo-sources: bump to 2.6.36-r10
- some cleanup
 - added patch default to 256M vmalloc if >1Gb ram
 - fix openfile_log on .36
2010-12-31 15:27:46 +00:00

11 lines
368 B
Diff

--- arch/x86/mm/pgtable_32.c.orig 2010-12-29 11:29:03.000000000 +0000
+++ arch/x86/mm/pgtable_32.c 2010-12-29 11:29:16.000000000 +0000
@@ -19,7 +19,7 @@
#include <asm/tlbflush.h>
#include <asm/io.h>
-unsigned int __VMALLOC_RESERVE = 128 << 20;
+unsigned int __VMALLOC_RESERVE = 256 << 20;
/*
* Associate a virtual page frame with a given physical page frame