From 8c24a58dd49faee218b686f8f82d73403f9149de Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Wed, 5 Apr 2006 09:45:48 +0100 Subject: [PATCH] --- yaml --- r: 25963 b: refs/heads/master c: b4ade4bf8811c7267b9f32b4a5d8fcfde714adac h: refs/heads/master i: 25961: c9b378a25ce0d0bb526d47ad05bcb05fbc7a5261 25959: fff397ba3da0d71d48e3330e1dd1abd9ffb558f4 v: v3 --- [refs] | 2 +- trunk/include/asm-mips/mach-mips/param.h | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 trunk/include/asm-mips/mach-mips/param.h diff --git a/[refs] b/[refs] index cc302d9d942e..1e7b96444ebc 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 8f6539d55919b8e013583df768312a2503f4125d +refs/heads/master: b4ade4bf8811c7267b9f32b4a5d8fcfde714adac diff --git a/trunk/include/asm-mips/mach-mips/param.h b/trunk/include/asm-mips/mach-mips/param.h new file mode 100644 index 000000000000..805ef6d27d3c --- /dev/null +++ b/trunk/include/asm-mips/mach-mips/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) 2003 by Ralf Baechle + */ +#ifndef __ASM_MACH_MIPS_PARAM_H +#define __ASM_MACH_MIPS_PARAM_H + +#define HZ 100 /* Internal kernel timer frequency */ + +#endif /* __ASM_MACH_MIPS_PARAM_H */