commit | 3de66a175d2014246a2e990412e5750922e5c7d8 | [log] [tgz] |
---|---|---|
author | Grant Likely <grant.likely@secretlab.ca> | Wed Feb 06 10:23:41 2008 -0700 |
committer | Grant Likely <grant.likely@secretlab.ca> | Wed Feb 06 10:23:41 2008 -0700 |
tree | fb30686420b85296fc0e769ebee2feb60281b66e | |
parent | 0e349b0e2d90eb1bb76d16c48d0127feebfeeb89 [diff] |
[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>