TTY:vt: convert remain take_over_console's users to do_take_over_console
[deliverable/linux.git] / arch / alpha / kernel / console.c
index da711e37fc975af1041b7229d02b5aea84856f40..6a61deed4a853ce8fdbb6b753070f2ca29aef08f 100644 (file)
@@ -61,7 +61,9 @@ locate_and_init_vga(void *(*sel_func)(void *, void *))
 
        /* Set the VGA hose and init the new console. */
        pci_vga_hose = hose;
-       take_over_console(&vga_con, 0, MAX_NR_CONSOLES-1, 1);
+       console_lock();
+       do_take_over_console(&vga_con, 0, MAX_NR_CONSOLES-1, 1);
+       console_unlock();
 }
 
 void __init
This page took 0.030504 seconds and 5 git commands to generate.