[POWERPC] Mark udbg console as CON_ANYTIME, ie. callable early in boot
authorMichael Ellerman <michael@ellerman.id.au>
Thu, 24 Apr 2008 05:13:14 +0000 (15:13 +1000)
committerPaul Mackerras <paulus@samba.org>
Thu, 24 Apr 2008 11:08:11 +0000 (21:08 +1000)
commitf336632f191ebf157aeea0f1e65eb1b263655ffc
tree27247ca1073d7aba89afc6f299983b7020cb5a7e
parentc7afb4e22961b5ec88eb6f7b81260dafa9f287c7
[POWERPC] Mark udbg console as CON_ANYTIME, ie. callable early in boot

The udbg console should be safe to call basically at any time after boot.
It does not need any per-cpu resources or for the cpu to be online, as
long as there is a udbg_putc routine hooked up it should work. So mark it
as CON_ANYTIME.

Signed-off-by: Michael Ellerman <michael@ellerman.id.au>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/kernel/udbg.c