| To: | linux-cvs-patches@linux-mips.org |
|---|---|
| Subject: | CVS Update@linux-mips.org: linux |
| From: | ralf@linux-mips.org |
| Date: | Mon, 15 Aug 2005 12:24:40 +0100 |
| Reply-to: | linux-mips@linux-mips.org |
| Sender: | linux-cvs-patches-bounce@linux-mips.org |
CVSROOT: /home/cvs
Module name: linux
Changes by: ralf@ftp.linux-mips.org 05/08/15 12:24:34
Modified files:
arch/mips/qemu : q-setup.c
Log message:
Implement get_system_type() for Qemu to get procfs-enabled kernels to
link.
diff -urN linux/arch/mips/qemu/q-setup.c linux/arch/mips/qemu/q-setup.c
--- linux/arch/mips/qemu/q-setup.c 2005/07/11 10:50:14 1.1
+++ linux/arch/mips/qemu/q-setup.c 2005/08/15 11:24:34 1.2
@@ -6,6 +6,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 */
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | CVS Update@linux-mips.org: linux, ralf |
|---|---|
| Next by Date: | CVS Update@linux-mips.org: linux, ralf |
| Previous by Thread: | CVS Update@linux-mips.org: linux, ralf |
| Next by Thread: | CVS Update@linux-mips.org: linux, ralf |
| Indexes: | [Date] [Thread] [Top] [All Lists] |