projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Add usb gadget packages
[openwrt.git]
/
target
/
linux
/
goldfish
/
patches-2.6.30
/
0055-mm-Add-min_free_order_shift-tunable.patch
diff --git
a/target/linux/goldfish/patches-2.6.30/0055-mm-Add-min_free_order_shift-tunable.patch
b/target/linux/goldfish/patches-2.6.30/0055-mm-Add-min_free_order_shift-tunable.patch
index
2c6e329
..
aec6891
100644
(file)
--- a/
target/linux/goldfish/patches-2.6.30/0055-mm-Add-min_free_order_shift-tunable.patch
+++ b/
target/linux/goldfish/patches-2.6.30/0055-mm-Add-min_free_order_shift-tunable.patch
@@
-26,7
+26,7
@@
Signed-off-by: Arve Hjønnevåg <arve@android.com>
extern int pid_max_min, pid_max_max;
extern int sysctl_drop_caches;
extern int percpu_pagelist_fraction;
extern int pid_max_min, pid_max_max;
extern int sysctl_drop_caches;
extern int percpu_pagelist_fraction;
-@@ -11
09,6 +1110
,14 @@ static struct ctl_table vm_table[] = {
+@@ -11
38,6 +1139
,14 @@ static struct ctl_table vm_table[] = {
.extra1 = &zero,
},
{
.extra1 = &zero,
},
{
@@
-51,7
+51,7
@@
Signed-off-by: Arve Hjønnevåg <arve@android.com>
unsigned long __meminitdata nr_kernel_pages;
unsigned long __meminitdata nr_all_pages;
unsigned long __meminitdata nr_kernel_pages;
unsigned long __meminitdata nr_all_pages;
-@@ -125
3,7 +1254
,7 @@ int zone_watermark_ok(struct zone *z, in
+@@ -125
8,7 +1259
,7 @@ int zone_watermark_ok(struct zone *z, in
free_pages -= z->free_area[o].nr_free << o;
/* Require fewer higher order pages to be free */
free_pages -= z->free_area[o].nr_free << o;
/* Require fewer higher order pages to be free */
This page took
0.032019 seconds
and
4
git commands to generate.