linux 2.6.16.38 w/ vs2.0.3-rc1
[linux-2.6.git] / include / asm-v850 / param.h
index 3c65bd5..8d796e4 100644 (file)
@@ -14,6 +14,8 @@
 #ifndef __V850_PARAM_H__
 #define __V850_PARAM_H__
 
+#include <asm/machdep.h>       /* For HZ */
+
 #define EXEC_PAGESIZE  4096
 
 #ifndef NOGROUP
@@ -23,8 +25,6 @@
 #define MAXHOSTNAMELEN 64      /* max length of hostname */
 
 #ifdef __KERNEL__
-#include <asm/machdep.h>       /* For HZ */
-
 # define USER_HZ       100
 # define CLOCKS_PER_SEC        USER_HZ
 #endif