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

link.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
Ralf Baechle 2005-08-15 11:24:34 +00:00
parent 797798c1be
commit fd0197d262
1 changed files with 5 additions and 0 deletions

View File

@ -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 */