www.usr.com/support/gpl/USR9107_release.1.4.tar.gz
[bcm963xx.git] / kernel / linux / include / asm-mips / mach-generic / param.h
1 /*
2  * This file is subject to the terms and conditions of the GNU General Public
3  * License.  See the file "COPYING" in the main directory of this archive
4  * for more details.
5  *
6  * Copyright (C) 2003 by Ralf Baechle
7  */
8 #ifndef __ASM_MACH_GENERIC_PARAM_H
9 #define __ASM_MACH_GENERIC_PARAM_H
10
11 /* Header file config.h, which defines CONFIG_MIPS_BRCM, is not included by
12  * all files that include this header file.  Therefore, unconditionally
13  * define HZ to 200.
14  */
15 #if 1 /* defined(CONFIG_MIPS_BRCM) */
16 #define HZ              200                 /* Internal kernel timer frequency */
17 #else
18 #define HZ              1000            /* Internal kernel timer frequency */
19 #endif
20
21 #endif /* __ASM_MACH_GENERIC_PARAM_H */