Commit 3a8c069d authored by David S. Miller's avatar David S. Miller
Browse files

[SPARC64]: Print ARCH as SUN4V when tlb_type is hypervisor.

parent d82ace7d
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -597,6 +597,9 @@ void __init setup_arch(char **cmdline_p)
	*cmdline_p = prom_getbootargs();
	strcpy(saved_command_line, *cmdline_p);

	if (tlb_type == hypervisor)
		printk("ARCH: SUN4V\n");
	else
		printk("ARCH: SUN4U\n");

#ifdef CONFIG_DUMMY_CONSOLE