Commit fd0197d2 authored by Ralf Baechle's avatar Ralf Baechle

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
...@@ -4,6 +4,11 @@ ...@@ -4,6 +4,11 @@
#define QEMU_PORT_BASE 0xb4000000 #define QEMU_PORT_BASE 0xb4000000
const char *get_system_type(void)
{
return "Qemu";
}
static void __init qemu_timer_setup(struct irqaction *irq) static void __init qemu_timer_setup(struct irqaction *irq)
{ {
/* set the clock to 100 Hz */ /* set the clock to 100 Hz */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment