From 61a476da4d61774ee01624726fe1bee786f7cf8e Mon Sep 17 00:00:00 2001 From: juhosg Date: Thu, 1 Oct 2009 10:07:32 +0000 Subject: kernel: upgrade to 2.6.30.8 and refresh patches git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17804 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../patches-2.6.30/0055-mm-Add-min_free_order_shift-tunable.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '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 2c6e32952..aec689108 100644 --- 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 extern int pid_max_min, pid_max_max; extern int sysctl_drop_caches; extern int percpu_pagelist_fraction; -@@ -1109,6 +1110,14 @@ static struct ctl_table vm_table[] = { +@@ -1138,6 +1139,14 @@ static struct ctl_table vm_table[] = { .extra1 = &zero, }, { @@ -51,7 +51,7 @@ Signed-off-by: Arve Hjønnevåg unsigned long __meminitdata nr_kernel_pages; unsigned long __meminitdata nr_all_pages; -@@ -1253,7 +1254,7 @@ int zone_watermark_ok(struct zone *z, in +@@ -1258,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 */ -- cgit v1.2.3