summaryrefslogtreecommitdiff
path: root/include/asm-mips/mach-qemu/param.h
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2005-09-03 22:56:11 (GMT)
committerLinus Torvalds <torvalds@evo.osdl.org>2005-09-05 07:06:04 (GMT)
commit07119621e62de0a2c8db6e4896e762c498bfdd17 (patch)
treec62dd52e8072235c8148e7f31b16ed30c5e45343 /include/asm-mips/mach-qemu/param.h
parent7901c7998267d9d8c3f1b226a8c8cfd7f8e48a01 (diff)
downloadlinux-fsl-qoriq-07119621e62de0a2c8db6e4896e762c498bfdd17.tar.xz
[PATCH] mips: add support for Qemu system architecture
Add support for the virtual MIPS system that is emulated by Qemu. See http://www.linux-mips.org/wiki/Qemu for a detailed current status. Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include/asm-mips/mach-qemu/param.h')
-rw-r--r--include/asm-mips/mach-qemu/param.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/include/asm-mips/mach-qemu/param.h b/include/asm-mips/mach-qemu/param.h
new file mode 100644
index 0000000..cb30ee4
--- /dev/null
+++ b/include/asm-mips/mach-qemu/param.h
@@ -0,0 +1,13 @@
+/*
+ * This file is subject to the terms and conditions of the GNU General Public
+ * License. See the file "COPYING" in the main directory of this archive
+ * for more details.
+ *
+ * Copyright (C) 2005 by Ralf Baechle
+ */
+#ifndef __ASM_MACH_QEMU_PARAM_H
+#define __ASM_MACH_QEMU_PARAM_H
+
+#define HZ 100 /* Internal kernel timer frequency */
+
+#endif /* __ASM_MACH_QEMU_PARAM_H */