Commit fd0197d2 authored by Ralf Baechle's avatar Ralf Baechle
Browse files

Implement get_system_type() for Qemu to get procfs-enabled kernels to


link.

Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent 797798c1
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -4,6 +4,11 @@

#define QEMU_PORT_BASE 0xb4000000

const char *get_system_type(void)
{
	return "Qemu";
}

static void __init qemu_timer_setup(struct irqaction *irq)
{
	/* set the clock to 100 Hz */