]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blobdiff - src/patches/suse-2.6.27.31/patches.fixes/mm-fix-Commited_AS-underflow-on-large-NR_CPUS
Reenabled linux-xen, added patches for Xen Kernel Version 2.6.27.31,
[people/teissler/ipfire-2.x.git] / src / patches / suse-2.6.27.31 / patches.fixes / mm-fix-Commited_AS-underflow-on-large-NR_CPUS
index 3f39c1f29df43183e6a78314ef2ec9f0eb7e5689..55ea6084cea415016bad945a1f8db6a3124e1e8a 100644 (file)
@@ -113,8 +113,8 @@ Signed-off-by: Jeff Mahoney <jeffm@suse.com>
 +struct percpu_counter vm_committed_as;
  int heap_stack_gap __read_mostly = 1;
  
- /*
-@@ -178,11 +178,7 @@ int __vm_enough_memory(struct mm_struct
+ /* amount of vm to protect from userspace access */
+@@ -181,11 +181,7 @@ int __vm_enough_memory(struct mm_struct
           leave 3% of the size of this process for other processes */
        allowed -= mm->total_vm / 32;