kernel: refresh 2.6.30 patches
authorGabor Juhos <juhosg@openwrt.org>
Thu, 10 Sep 2009 13:35:47 +0000 (13:35 +0000)
committerGabor Juhos <juhosg@openwrt.org>
Thu, 10 Sep 2009 13:35:47 +0000 (13:35 +0000)
SVN-Revision: 17557

target/linux/generic-2.6/patches-2.6.30/840-unable_to_open_console.patch
target/linux/generic-2.6/patches-2.6.30/999-use_preinit_as_init.patch

index eb6bd8c2b781e9e45c3957f29f8164fff18e188f..c9a27746893275aefc8f5bebb1431c35b06dbee1 100644 (file)
@@ -1,6 +1,6 @@
 --- a/init/main.c
 +++ b/init/main.c
-@@ -811,7 +811,7 @@ static noinline int init_post(void)
+@@ -812,7 +812,7 @@ static noinline int init_post(void)
        numa_default_policy();
  
        if (sys_open((const char __user *) "/dev/console", O_RDWR, 0) < 0)
index 631da6d768c33984d3461408684540df46ac1037..0a52a87e83ca0835696da255dd89201b4099194b 100644 (file)
@@ -1,6 +1,6 @@
 --- a/init/main.c
 +++ b/init/main.c
-@@ -835,10 +835,7 @@ static noinline int init_post(void)
+@@ -836,10 +836,7 @@ static noinline int init_post(void)
                printk(KERN_WARNING "Failed to execute %s.  Attempting "
                                        "defaults...\n", execute_command);
        }