Browse Source

kernel: refresh 2.6.30 patches

SVN-Revision: 17557
Gabor Juhos 16 years ago
parent
commit
7763c09a10

+ 1 - 1
target/linux/generic-2.6/patches-2.6.30/840-unable_to_open_console.patch

@@ -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)

+ 1 - 1
target/linux/generic-2.6/patches-2.6.30/999-use_preinit_as_init.patch

@@ -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);
  	}