summaryrefslogtreecommitdiffstats
path: root/include/asm-i386/param.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-i386/param.h')
-rw-r--r--include/asm-i386/param.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-i386/param.h b/include/asm-i386/param.h
index 8477d5c7a..ae7824921 100644
--- a/include/asm-i386/param.h
+++ b/include/asm-i386/param.h
@@ -3,8 +3,10 @@
#ifndef HZ
#define HZ 100
+#ifdef __KERNEL__
#define HZ_TO_STD(a) (a)
#endif
+#endif
#define EXEC_PAGESIZE 4096