diff options
author | Florian Fainelli <florian@openwrt.org> | 2012-12-10 15:03:55 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2012-12-10 15:03:55 +0000 |
commit | c1c6a23f1334265e2571fbf4fad6a448cefe7f65 (patch) | |
tree | 4548b7ee2a5e19f957fbe5bd47a96d417ca6471e /target/linux/generic/patches-3.7/330-mips-add-crash-and-kdump-support.patch | |
parent | 0f90806014d62adfeec6f2b33992e1d7f831bcd3 (diff) | |
download | upstream-c1c6a23f1334265e2571fbf4fad6a448cefe7f65.tar.gz upstream-c1c6a23f1334265e2571fbf4fad6a448cefe7f65.tar.bz2 upstream-c1c6a23f1334265e2571fbf4fad6a448cefe7f65.zip |
kernel/generic: refresh 3.7 patches
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 34601
Diffstat (limited to 'target/linux/generic/patches-3.7/330-mips-add-crash-and-kdump-support.patch')
-rw-r--r-- | target/linux/generic/patches-3.7/330-mips-add-crash-and-kdump-support.patch | 6 |
1 files changed, 3 insertions, 3 deletions
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 def970fd31..479d7d8069 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 <wuzhangjin@gmail.com> #include <asm/addrspace.h> #include <asm/bootinfo.h> -@@ -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 <wuzhangjin@gmail.com> 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 <wuzhangjin@gmail.com> 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); |