diff options
Diffstat (limited to 'arch/mips/pci/pci-sb1250.c')
-rw-r--r-- | arch/mips/pci/pci-sb1250.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/mips/pci/pci-sb1250.c b/arch/mips/pci/pci-sb1250.c index cdefcc4cb8d4..fc634aeda4a5 100644 --- a/arch/mips/pci/pci-sb1250.c +++ b/arch/mips/pci/pci-sb1250.c | |||
@@ -283,7 +283,9 @@ static int __init sb1250_pcibios_init(void) | |||
283 | register_pci_controller(&sb1250_controller); | 283 | register_pci_controller(&sb1250_controller); |
284 | 284 | ||
285 | #ifdef CONFIG_VGA_CONSOLE | 285 | #ifdef CONFIG_VGA_CONSOLE |
286 | take_over_console(&vga_con, 0, MAX_NR_CONSOLES - 1, 1); | 286 | console_lock(); |
287 | do_take_over_console(&vga_con, 0, MAX_NR_CONSOLES - 1, 1); | ||
288 | console_unlock(); | ||
287 | #endif | 289 | #endif |
288 | return 0; | 290 | return 0; |
289 | } | 291 | } |