diff options
Diffstat (limited to 'arch/alpha/kernel/console.c')
-rw-r--r-- | arch/alpha/kernel/console.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/alpha/kernel/console.c b/arch/alpha/kernel/console.c index da711e37fc97..6a61deed4a85 100644 --- a/arch/alpha/kernel/console.c +++ b/arch/alpha/kernel/console.c | |||
@@ -61,7 +61,9 @@ locate_and_init_vga(void *(*sel_func)(void *, void *)) | |||
61 | 61 | ||
62 | /* Set the VGA hose and init the new console. */ | 62 | /* Set the VGA hose and init the new console. */ |
63 | pci_vga_hose = hose; | 63 | pci_vga_hose = hose; |
64 | take_over_console(&vga_con, 0, MAX_NR_CONSOLES-1, 1); | 64 | console_lock(); |
65 | do_take_over_console(&vga_con, 0, MAX_NR_CONSOLES-1, 1); | ||
66 | console_unlock(); | ||
65 | } | 67 | } |
66 | 68 | ||
67 | void __init | 69 | void __init |