commit | cb00e99c0abd844b884c64c6b54aa3b7d345ebb1 | [log] [tgz] |
---|---|---|
author | Robin Getz <rgetz@blackfin.uclinux.org> | Tue Aug 21 23:14:58 2007 -0400 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Tue Aug 21 20:23:53 2007 -0700 |
tree | f258d30a49f864abdf836b5b2be4ebb43d542e96 | |
parent | 15f6ddc7d9cf96f2ee88897c7164198ed6e45a77 [diff] |
fix - ensure we don't use bootconsoles after init has been released Gerd Hoffmann pointed out that my patch from yesterday can lead to a null pointer dereference if the kernel is booted with no console, and no earlyprintk defined. This fixes that issue. Signed-off-by: Robin Getz <rgetz@blackfin.uclinux.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>