fedora core 6 1.2949 + vserver 2.2.0
[linux-2.6.git] / include / asm-parisc / param.h
index f4694d4..32e03d8 100644 (file)
@@ -2,14 +2,9 @@
 #define _ASMPARISC_PARAM_H
 
 #ifdef __KERNEL__
-#include <linux/config.h>
-# ifdef CONFIG_PA20
-#  define HZ           1000            /* Faster machines */
-# else
-#  define HZ           100             /* Internal kernel timer frequency */
-# endif
-# define USER_HZ       100             /* .. some user interfaces are in "ticks" */
-# define CLOCKS_PER_SEC        (USER_HZ)       /* like times() */
+#define HZ             CONFIG_HZ
+#define USER_HZ                100             /* some user API use "ticks" */
+#define CLOCKS_PER_SEC (USER_HZ)       /* like times() */
 #endif
 
 #ifndef HZ