summaryrefslogtreecommitdiffstats
path: root/include/asm-m68k
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2000-05-16 19:56:45 +0000
committerRalf Baechle <ralf@linux-mips.org>2000-05-16 19:56:45 +0000
commit9b6a32b2a56606f1654e440c4b7d6d9fd9e194c6 (patch)
tree86597662e93ad1eadb6422a55b19395655d0ff26 /include/asm-m68k
parentd46913964dd390ca5b9b162941abb1a1eb414ef4 (diff)
Some cleaning of the support for machines with HZ other than a
architecture specific standard value. Not entirely at the point where we can send this to Linus.
Diffstat (limited to 'include/asm-m68k')
-rw-r--r--include/asm-m68k/param.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-m68k/param.h b/include/asm-m68k/param.h
index 4b11fdf97..6ce91970d 100644
--- a/include/asm-m68k/param.h
+++ b/include/asm-m68k/param.h
@@ -5,8 +5,10 @@
#ifndef HZ
#define HZ 100
+#ifdef __KERNEL__
#define HZ_TO_STD(a) (a)
#endif
+#endif
#ifndef CONFIG_SUN3
#define EXEC_PAGESIZE 4096