linux 2.6.16.38 w/ vs2.0.3-rc1
[linux-2.6.git] / include / asm-mips / param.h
index 1d9bb8c..2bead82 100644 (file)
@@ -11,7 +11,7 @@
 
 #ifdef __KERNEL__
 
-# define HZ            CONFIG_HZ       /* Internal kernel timer frequency */
+# include <param.h>                    /* Internal kernel timer frequency */
 # define USER_HZ       100             /* .. some user interfaces are in "ticks" */
 # define CLOCKS_PER_SEC        (USER_HZ)       /* like times() */
 #endif