TTY:vt: convert remain take_over_console's users to do_take_over_console
[deliverable/linux.git] / arch / parisc / kernel / setup.c
index a3328c2616b0a6cf3f99eaff2fa2968cc58e1105..60c1ae60487662bb3e9e580c2b8cd5a5704684a0 100644 (file)
@@ -129,6 +129,8 @@ void __init setup_arch(char **cmdline_p)
        printk(KERN_INFO "The 32-bit Kernel has started...\n");
 #endif
 
+       printk(KERN_INFO "Default page size is %dKB.\n", (int)(PAGE_SIZE / 1024));
+
        pdc_console_init();
 
 #ifdef CONFIG_64BIT
@@ -153,7 +155,7 @@ void __init setup_arch(char **cmdline_p)
 #endif
 
 #if defined(CONFIG_VT) && defined(CONFIG_DUMMY_CONSOLE)
-       conswitchp = &dummy_con;        /* we use take_over_console() later ! */
+       conswitchp = &dummy_con;        /* we use do_take_over_console() later ! */
 #endif
 
 }
This page took 0.0256 seconds and 5 git commands to generate.