From d5c90dd1b80748b2826f17d542df5f267b8e8a31 Mon Sep 17 00:00:00 2001 From: florian Date: Mon, 10 Dec 2012 15:03:55 +0000 Subject: kernel/generic: refresh 3.7 patches Signed-off-by: Florian Fainelli git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34601 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../generic/patches-3.7/330-mips-add-crash-and-kdump-support.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'target/linux/generic/patches-3.7/330-mips-add-crash-and-kdump-support.patch') diff --git a/target/linux/generic/patches-3.7/330-mips-add-crash-and-kdump-support.patch b/target/linux/generic/patches-3.7/330-mips-add-crash-and-kdump-support.patch index def970fd3..479d7d806 100644 --- a/target/linux/generic/patches-3.7/330-mips-add-crash-and-kdump-support.patch +++ b/target/linux/generic/patches-3.7/330-mips-add-crash-and-kdump-support.patch @@ -437,7 +437,7 @@ Signed-off-by: Wu Zhangjin #include #include -@@ -522,12 +523,62 @@ static void __init arch_mem_init(char ** +@@ -536,12 +537,62 @@ static void __init arch_mem_init(char ** } bootmem_init(); @@ -500,7 +500,7 @@ Signed-off-by: Wu Zhangjin static void __init resource_init(void) { int i; -@@ -543,6 +594,8 @@ static void __init resource_init(void) +@@ -557,6 +608,8 @@ static void __init resource_init(void) /* * Request address space for all standard RAM. */ @@ -509,7 +509,7 @@ Signed-off-by: Wu Zhangjin for (i = 0; i < boot_mem_map.nr_map; i++) { struct resource *res; unsigned long start, end; -@@ -579,6 +632,7 @@ static void __init resource_init(void) +@@ -593,6 +646,7 @@ static void __init resource_init(void) */ request_resource(res, &code_resource); request_resource(res, &data_resource); -- cgit v1.2.3