summaryrefslogtreecommitdiffstats
path: root/include/asm-m68knommu/param.h
diff options
context:
space:
mode:
authorGreg Ungerer2008-05-01 04:17:41 +0200
committerLinus Torvalds2008-05-01 17:08:36 +0200
commit0042a1f7ecbc5d40eb2164f375ec87ecf3494418 (patch)
treeb8a0eaf4025c6df2ef784cdaa62710a36c794e86 /include/asm-m68knommu/param.h
parentm68knommu: update MAX_M68K_DMA_CHANNELS for some plattforms (diff)
downloadkernel-qcow2-linux-0042a1f7ecbc5d40eb2164f375ec87ecf3494418.tar.gz
kernel-qcow2-linux-0042a1f7ecbc5d40eb2164f375ec87ecf3494418.tar.xz
kernel-qcow2-linux-0042a1f7ecbc5d40eb2164f375ec87ecf3494418.zip
m68knommu: rework definition of HZ
Rework the HZ definition to be more consistent with other architectures. Non-kernel includers will see a constant HZ setting of 100. Signed-off-by: Greg Ungerer <gerg@uclinux.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include/asm-m68knommu/param.h')
-rw-r--r--include/asm-m68knommu/param.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/include/asm-m68knommu/param.h b/include/asm-m68knommu/param.h
index 96c451018324..6044397adb64 100644
--- a/include/asm-m68knommu/param.h
+++ b/include/asm-m68knommu/param.h
@@ -1,13 +1,16 @@
#ifndef _M68KNOMMU_PARAM_H
#define _M68KNOMMU_PARAM_H
-#define HZ CONFIG_HZ
-
#ifdef __KERNEL__
+#define HZ CONFIG_HZ
#define USER_HZ HZ
#define CLOCKS_PER_SEC (USER_HZ)
#endif
+#ifndef HZ
+#define HZ 100
+#endif
+
#define EXEC_PAGESIZE 4096
#ifndef NOGROUP