]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - arch/mips/qemu/q-setup.c
Implement get_system_type() for Qemu to get procfs-enabled kernels to
[karo-tx-linux.git] / arch / mips / qemu / q-setup.c
index 1a80eee8cd35fbce3571ebd1aa82a4c6a5524c04..022eb1af6db12f5f8942b34061c4907096b29e9a 100644 (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 */