summaryrefslogtreecommitdiff
path: root/target/linux/etrax/patches/cris/007-nr_free_pages.patch
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2008-05-03 15:48:42 +0000
committerJohn Crispin <john@openwrt.org>2008-05-03 15:48:42 +0000
commit6720686d55dd6f13cf527c087f67ee27cb74592a (patch)
tree09a73636f1e9dbba98aedd5b2794d67576c58766 /target/linux/etrax/patches/cris/007-nr_free_pages.patch
parentc4f78ab7955a4de798cd051c1aa4173c2d817cb3 (diff)
downloadmtk-20170518-6720686d55dd6f13cf527c087f67ee27cb74592a.zip
mtk-20170518-6720686d55dd6f13cf527c087f67ee27cb74592a.tar.gz
mtk-20170518-6720686d55dd6f13cf527c087f67ee27cb74592a.tar.bz2
remove old etrax patches
SVN-Revision: 11027
Diffstat (limited to 'target/linux/etrax/patches/cris/007-nr_free_pages.patch')
-rw-r--r--target/linux/etrax/patches/cris/007-nr_free_pages.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/target/linux/etrax/patches/cris/007-nr_free_pages.patch b/target/linux/etrax/patches/cris/007-nr_free_pages.patch
deleted file mode 100644
index 235b000..0000000
--- a/target/linux/etrax/patches/cris/007-nr_free_pages.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -urN linux-2.6.19.2.orig/mm/page_alloc.c linux-2.6.19.2/mm/page_alloc.c
---- linux-2.6.19.2.orig/mm/page_alloc.c 2007-05-20 03:26:41.000000000 +0200
-+++ linux-2.6.19.2/mm/page_alloc.c 2007-05-20 03:28:22.000000000 +0200
-@@ -1200,7 +1200,7 @@
- unsigned int nr_free_pages(void)
- {
- unsigned int sum = 0;
-- struct zone *zone;
-+ volatile struct zone *zone;
-
- for_each_zone(zone)
- sum += zone->free_pages;