summaryrefslogtreecommitdiffstats
path: root/include/asm-ppc
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-ppc
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-ppc')
-rw-r--r--include/asm-ppc/param.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-ppc/param.h b/include/asm-ppc/param.h
index 35ad254d6..fef4beb74 100644
--- a/include/asm-ppc/param.h
+++ b/include/asm-ppc/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