patch-2.4.0-test10 linux/include/asm-ia64/param.h
Next file: linux/include/asm-ia64/parport.h
Previous file: linux/include/asm-ia64/pal.h
Back to the patch index
Back to the overall index
- Lines: 19
- Date:
Fri Oct 27 11:04:43 2000
- Orig file:
v2.4.0-test9/linux/include/asm-ia64/param.h
- Orig date:
Fri Aug 11 19:09:06 2000
diff -u --recursive --new-file v2.4.0-test9/linux/include/asm-ia64/param.h linux/include/asm-ia64/param.h
@@ -15,7 +15,7 @@
* Yeah, simulating stuff is slow, so let us catch some breath between
* timer interrupts...
*/
-# define HZ 20
+# define HZ 32
#else
# define HZ 1024
#endif
@@ -31,5 +31,9 @@
#endif
#define MAXHOSTNAMELEN 64 /* max length of hostname */
+
+#ifdef __KERNEL__
+# define CLOCKS_PER_SEC HZ /* frequency at which times() counts */
+#endif
#endif /* _ASM_IA64_PARAM_H */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)