diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2009-11-17 10:06:15 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2009-11-17 10:06:15 +0000 |
commit | 0b27fefa6299eb5ef2e663514226528e4ebbd322 (patch) | |
tree | d24f5520362d42aa7bb4e262a7f7977bf17b3aae /target/linux/generic-2.6/patches-2.6.32/840-unable_to_open_console.patch | |
parent | 294551ca73acd677fba4a4fdddd35d6567874dd4 (diff) | |
download | upstream-0b27fefa6299eb5ef2e663514226528e4ebbd322.tar.gz upstream-0b27fefa6299eb5ef2e663514226528e4ebbd322.tar.bz2 upstream-0b27fefa6299eb5ef2e663514226528e4ebbd322.zip |
refresh 2.6.32 patches with -rc7
SVN-Revision: 18440
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.patch | 4 |
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 3925b77915..15b5461129 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"); |