sparc: Set "ARCH: sunxx" information on the same line
[sfrench/cifs-2.6.git] / arch / sparc / kernel / setup_64.c
index cd2825cb84207c16b3cf82870a25877a5793ffee..ecc788aa07bdec63554295cfc3e957b3c524c17b 100644 (file)
@@ -642,9 +642,9 @@ void __init setup_arch(char **cmdline_p)
                register_console(&prom_early_console);
 
        if (tlb_type == hypervisor)
-               printk("ARCH: SUN4V\n");
+               pr_info("ARCH: SUN4V\n");
        else
-               printk("ARCH: SUN4U\n");
+               pr_info("ARCH: SUN4U\n");
 
 #ifdef CONFIG_DUMMY_CONSOLE
        conswitchp = &dummy_con;