projects
/
platform
/
kernel
/
linux-exynos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
797798c
)
Implement get_system_type() for Qemu to get procfs-enabled kernels to
author
Ralf Baechle
<ralf@linux-mips.org>
Mon, 15 Aug 2005 11:24:34 +0000
(11:24 +0000)
committer
Ralf Baechle
<ralf@linux-mips.org>
Sat, 29 Oct 2005 18:32:02 +0000
(19:32 +0100)
link.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/qemu/q-setup.c
patch
|
blob
|
history
diff --git
a/arch/mips/qemu/q-setup.c
b/arch/mips/qemu/q-setup.c
index
1a80eee
..
022eb1a
100644
(file)
--- a/
arch/mips/qemu/q-setup.c
+++ b/
arch/mips/qemu/q-setup.c
@@
-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 */