diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2009-06-03 13:42:28 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2009-06-03 13:42:28 +0000 |
commit | 6b2a7b73ca8ba542fd2cbd21c615933b99e293ba (patch) | |
tree | be1f22c1565b6e16079e8f09a60bc3899fc6b0a2 /target/linux/generic-2.6/patches-2.6.30/840-unable_to_open_console.patch | |
parent | 3d3d75a2489789df49a4985600f5cd5cb95dbaf8 (diff) | |
download | upstream-6b2a7b73ca8ba542fd2cbd21c615933b99e293ba.tar.gz upstream-6b2a7b73ca8ba542fd2cbd21c615933b99e293ba.tar.bz2 upstream-6b2a7b73ca8ba542fd2cbd21c615933b99e293ba.zip |
upgrade to 2.6.30-rc8
SVN-Revision: 16307
Diffstat (limited to 'target/linux/generic-2.6/patches-2.6.30/840-unable_to_open_console.patch')
-rw-r--r-- | target/linux/generic-2.6/patches-2.6.30/840-unable_to_open_console.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic-2.6/patches-2.6.30/840-unable_to_open_console.patch b/target/linux/generic-2.6/patches-2.6.30/840-unable_to_open_console.patch index c9a2774689..eb6bd8c2b7 100644 --- a/target/linux/generic-2.6/patches-2.6.30/840-unable_to_open_console.patch +++ b/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 -@@ -812,7 +812,7 @@ static noinline int init_post(void) +@@ -811,7 +811,7 @@ static noinline int init_post(void) numa_default_policy(); if (sys_open((const char __user *) "/dev/console", O_RDWR, 0) < 0) |