diff options
Diffstat (limited to 'arch/powerpc/kernel/udbg.c')
-rw-r--r-- | arch/powerpc/kernel/udbg.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/powerpc/kernel/udbg.c b/arch/powerpc/kernel/udbg.c index a058285a70e7..9567d9474c80 100644 --- a/arch/powerpc/kernel/udbg.c +++ b/arch/powerpc/kernel/udbg.c | |||
@@ -110,10 +110,12 @@ static int early_console_initialized; | |||
110 | 110 | ||
111 | void __init disable_early_printk(void) | 111 | void __init disable_early_printk(void) |
112 | { | 112 | { |
113 | #if 1 | ||
113 | if (!early_console_initialized) | 114 | if (!early_console_initialized) |
114 | return; | 115 | return; |
115 | unregister_console(&udbg_console); | 116 | unregister_console(&udbg_console); |
116 | early_console_initialized = 0; | 117 | early_console_initialized = 0; |
118 | #endif | ||
117 | } | 119 | } |
118 | 120 | ||
119 | /* called by setup_system */ | 121 | /* called by setup_system */ |