Skip to content

Commit

Permalink
Implement get_system_type() for Qemu to get procfs-enabled kernels to
Browse files Browse the repository at this point in the history
link.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
  • Loading branch information
Ralf Baechle committed Oct 29, 2005
1 parent 797798c commit fd0197d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions arch/mips/qemu/q-setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit fd0197d

Please sign in to comment.