]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
[POWERPC] Eliminate broken OF console initialization.
authorGrant Likely <grant.likely@secretlab.ca>
Wed, 6 Feb 2008 17:23:41 +0000 (10:23 -0700)
committerGrant Likely <grant.likely@secretlab.ca>
Wed, 6 Feb 2008 17:23:41 +0000 (10:23 -0700)
commit3de66a175d2014246a2e990412e5750922e5c7d8
treefb30686420b85296fc0e769ebee2feb60281b66e
parent0e349b0e2d90eb1bb76d16c48d0127feebfeeb89
[POWERPC] Eliminate broken OF console initialization.

Probing of the console at console_initcall time is broken.  It tries to
call memory allocation routines which aren't initialized yet.

Problem solved by removing the early probe entirely.  The console init
is called again anyway after the uartlite device is initialized and the
memory allocation routines can be called safely.

Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Acked-by: Peter Korsgaard <jacmet@sunsite.dk>
drivers/serial/uartlite.c