| Kernel v2.4.13 /include/asm-arm/param.h |
|---|
 2.4.13
 include
 asm-arm
 param.h
diff -u --recursive --new-file v2.4.12/linux/include/asm-arm/param.h linux/include/asm-arm/param.h
--- v2.4.12/linux/include/asm-arm/param.h Tue Mar 6 19:44:35 2001
+++ linux/include/asm-arm/param.h Thu Oct 11 09:04:57 2001
@@ -16,6 +16,9 @@
#ifndef HZ
#define HZ 100
#endif
+#if defined(__KERNEL__) && (HZ == 100)
+#define hz_to_std(a) (a)
+#endif
#ifndef NGROUPS
#define NGROUPS 32
|