projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[target] ar71xx: fix WNDR3700 image generation
[openwrt.git]
/
target
/
linux
/
x86
/
patches-2.6.30
/
300-block2mtd_init.patch
diff --git
a/target/linux/x86/patches-2.6.30/300-block2mtd_init.patch
b/target/linux/x86/patches-2.6.30/300-block2mtd_init.patch
index
12165b5
..
c09432e
100644
(file)
--- a/
target/linux/x86/patches-2.6.30/300-block2mtd_init.patch
+++ b/
target/linux/x86/patches-2.6.30/300-block2mtd_init.patch
@@
-69,7
+69,7
@@
static struct page *page_read(struct address_space *mapping, int index)
{
static struct page *page_read(struct address_space *mapping, int index)
{
-@@ -51
0,7 +542
,9 @@ static int block2mtd_setup2(const char *
+@@ -51
1,7 +543
,9 @@ static int block2mtd_setup2(const char *
if (token[2] && (strlen(token[2]) + 1 > 80))
parse_err("mtd device name too long");
if (token[2] && (strlen(token[2]) + 1 > 80))
parse_err("mtd device name too long");
@@
-82,7
+82,7
@@
}
--- a/include/asm-generic/vmlinux.lds.h
+++ b/include/asm-generic/vmlinux.lds.h
}
--- a/include/asm-generic/vmlinux.lds.h
+++ b/include/asm-generic/vmlinux.lds.h
-@@ -4
47,12 +447
,14 @@
+@@ -4
74,12 +474
,14 @@
*(.initcall4s.init) \
*(.initcall5.init) \
*(.initcall5s.init) \
*(.initcall4s.init) \
*(.initcall5.init) \
*(.initcall5s.init) \
@@
-151,7
+151,7
@@
static int kernel_init(void *);
static int kernel_init(void *);
-@@ -75
2,12 +753
,13 @@ int do_one_initcall(initcall_t fn)
+@@ -75
3,12 +754
,13 @@ int do_one_initcall(initcall_t fn)
extern initcall_t __initcall_start[], __initcall_end[], __early_initcall_end[];
extern initcall_t __initcall_start[], __initcall_end[], __early_initcall_end[];
@@
-167,7
+167,7
@@
do_one_initcall(*call);
/* Make sure there is no pending stuff from the initcall sequence */
do_one_initcall(*call);
/* Make sure there is no pending stuff from the initcall sequence */
-@@ -7
79,7 +781
,7 @@ static void __init do_basic_setup(void)
+@@ -7
80,7 +782
,7 @@ static void __init do_basic_setup(void)
usermodehelper_init();
driver_init();
init_irq_proc();
usermodehelper_init();
driver_init();
init_irq_proc();
@@
-176,7
+176,7
@@
}
static void __init do_pre_smp_initcalls(void)
}
static void __init do_pre_smp_initcalls(void)
-@@ -84
0,6 +842
,13 @@ static noinline int init_post(void)
+@@ -84
1,6 +843
,13 @@ static noinline int init_post(void)
panic("No init found. Try passing init= option to kernel.");
}
panic("No init found. Try passing init= option to kernel.");
}
@@
-190,7
+190,7
@@
static int __init kernel_init(void * unused)
{
lock_kernel();
static int __init kernel_init(void * unused)
{
lock_kernel();
-@@ -8
79,7 +888
,16 @@ static int __init kernel_init(void * unu
+@@ -8
80,7 +889
,16 @@ static int __init kernel_init(void * unu
if (sys_access((const char __user *) ramdisk_execute_command, 0) != 0) {
ramdisk_execute_command = NULL;
if (sys_access((const char __user *) ramdisk_execute_command, 0) != 0) {
ramdisk_execute_command = NULL;
This page took
0.024951 seconds
and
4
git commands to generate.