www.usr.com/support/gpl/USR9107_release.1.4.tar.gz
[bcm963xx.git] / kernel / linux / include / asm-mips / mach-generic / param.h
index 51189bd..45d4ad0 100755 (executable)
@@ -8,8 +8,12 @@
 #ifndef __ASM_MACH_GENERIC_PARAM_H
 #define __ASM_MACH_GENERIC_PARAM_H
 
-#if 0 /* defined(CONFIG_MIPS_BRCM) */
-#define HZ             200                     /* Internal kernel timer frequency */
+/* Header file config.h, which defines CONFIG_MIPS_BRCM, is not included by
+ * all files that include this header file.  Therefore, unconditionally
+ * define HZ to 200.
+ */
+#if 1 /* defined(CONFIG_MIPS_BRCM) */
+#define HZ             200                 /* Internal kernel timer frequency */
 #else
 #define HZ             1000            /* Internal kernel timer frequency */
 #endif