提交 fd0197d2 编写于 作者: R Ralf Baechle

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

link.
Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
上级 797798c1
......@@ -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 */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册