mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-19 14:54:41 +01:00
- some cleanup - added patch default to 256M vmalloc if >1Gb ram - fix openfile_log on .36
11 lines
368 B
Diff
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
|