sparc: Make '-p' boot option meaningful again.
authorDavid S. Miller <davem@davemloft.net>
Wed, 21 Sep 2011 19:48:06 +0000 (12:48 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 21 Sep 2011 19:48:06 +0000 (12:48 -0700)
commit11032c17bd3f96a4319e4415c07fc791525b79fd
tree1a0a4e57338bcebe34819454b24576e3f0550c4c
parentddd53bf11172822bc02b32b876a491010257d1b0
sparc: Make '-p' boot option meaningful again.

If "-p" is given on the command line, clear the CON_BOOT
flag for the initial early boot PROM console.

This is necessary to try and see crash messages that occur
between the registry of the VT console and the probing of
the first framebuffer or serial console.  During this time
no console messages are emitted because the VT console
registry (even if no backend is registered to it) removes
the early console if CON_BOOT is set.

Signed-off-by: David S. Miller <davem@davemloft.net>
arch/sparc/kernel/setup_32.c
arch/sparc/kernel/setup_64.c