summaryrefslogtreecommitdiffstats
path: root/target/linux/generic-2.6/patches-2.6.32/840-unable_to_open_console.patch
diff options
context:
space:
mode:
authorkaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-11-17 10:06:15 +0000
committerkaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-11-17 10:06:15 +0000
commit1c6be5e8b9e9e290cd1f3eb6cc1d1916a1323716 (patch)
treed588391d86cf897c3d8002a398a60bcadacf61ac /target/linux/generic-2.6/patches-2.6.32/840-unable_to_open_console.patch
parent0dc48c489fa98b8af4cea30b1d5e8ddb1fa5c0c9 (diff)
refresh 2.6.32 patches with -rc7
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18440 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic-2.6/patches-2.6.32/840-unable_to_open_console.patch')
-rw-r--r--target/linux/generic-2.6/patches-2.6.32/840-unable_to_open_console.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/generic-2.6/patches-2.6.32/840-unable_to_open_console.patch b/target/linux/generic-2.6/patches-2.6.32/840-unable_to_open_console.patch
index 3925b7791..15b546112 100644
--- a/target/linux/generic-2.6/patches-2.6.32/840-unable_to_open_console.patch
+++ b/target/linux/generic-2.6/patches-2.6.32/840-unable_to_open_console.patch
@@ -1,7 +1,7 @@
--- a/init/main.c
+++ b/init/main.c
-@@ -819,7 +819,7 @@ static noinline int init_post(void)
- printk(KERN_INFO"Running BFS CPU scheduler v0.302 by Con Kolivas.\n");
+@@ -817,7 +817,7 @@ static noinline int init_post(void)
+ numa_default_policy();
if (sys_open((const char __user *) "/dev/console", O_RDWR, 0) < 0)
- printk(KERN_WARNING "Warning: unable to open an initial console.\n");