projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
add initial 2.6.28 support for brcm47xx target
[openwrt.git]
/
target
/
linux
/
olpc
/
patches-2.6.27
/
300-block2mtd_init.patch
diff --git
a/target/linux/olpc/patches-2.6.27/300-block2mtd_init.patch
b/target/linux/olpc/patches-2.6.27/300-block2mtd_init.patch
index
dc7f7df
..
e16570f
100644
(file)
--- a/
target/linux/olpc/patches-2.6.27/300-block2mtd_init.patch
+++ b/
target/linux/olpc/patches-2.6.27/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)
{
-@@ -510,7 +542,9 @@ static int block2mtd_setup2(const char *
val)
+@@ -510,7 +542,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");
@@
-100,7
+100,7
@@
VMLINUX_SYMBOL(__per_cpu_start) = .; \
--- a/init/do_mounts.c
+++ b/init/do_mounts.c
VMLINUX_SYMBOL(__per_cpu_start) = .; \
--- a/init/do_mounts.c
+++ b/init/do_mounts.c
-@@ -174,16 +174,8 @@ static int __init fs_names_setup(char *s
tr)
+@@ -174,16 +174,8 @@ static int __init fs_names_setup(char *s
return 1;
}
return 1;
}
@@
-185,7
+185,7
@@
static int __init kernel_init(void * unused)
{
lock_kernel();
static int __init kernel_init(void * unused)
{
lock_kernel();
-@@ -873,7 +882,16 @@ static int __init kernel_init(void * unu
sed)
+@@ -873,7 +882,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.030229 seconds
and
4
git commands to generate.