]> err.no Git - linux-2.6/blobdiff - include/asm-v850/param.h
UML: make several more things static
[linux-2.6] / include / asm-v850 / param.h
index 3c65bd573782d34e060d52299bfcc5a4cd7b37bb..4391f5fe0204129be5aa0b96f28514e799e336ca 100644 (file)
 #define MAXHOSTNAMELEN 64      /* max length of hostname */
 
 #ifdef __KERNEL__
-#include <asm/machdep.h>       /* For HZ */
-
+# define HZ            CONFIG_HZ
 # define USER_HZ       100
 # define CLOCKS_PER_SEC        USER_HZ
+#else
+# define HZ            100
 #endif
 
 #endif /* __V850_PARAM_H__ */