summaryrefslogtreecommitdiff
path: root/include/asm-ppc/param.h
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@athlon.transmeta.com>2002-02-04 20:11:40 -0800
committerLinus Torvalds <torvalds@athlon.transmeta.com>2002-02-04 20:11:40 -0800
commit87f504e5c78b910b0c1d6ffb89bc95e492322c84 (patch)
tree09ce73c1ce5fa5beb1a8c99858ef0bc5428e7f2a /include/asm-ppc/param.h
parentf7bad91dac8ba67fbffb094f662f7444a0891314 (diff)
v2.4.9.1 -> v2.4.9.2
- Al Viro: block device cleanups - Marcelo Tosatti: make bounce buffer allocations more robust (it's ok for them to do IO, just not cause recursive bounce IO. So allow them) - Anton Altaparmakov: NTFS update (1.1.17) - Paul Mackerras: PPC update (big re-org) - Petko Manolov: USB pegasus driver fixes - David Miller: networking and sparc updates - Trond Myklebust: Export atomic_dec_and_lock - OGAWA Hirofumi: find and fix umsdos "filldir" users that were broken by the 64-bit-cleanups. Fix msdos warnings. - Al Viro: superblock handling cleanups and race fixes - Johannes Erdfelt++: USB updates
Diffstat (limited to 'include/asm-ppc/param.h')
-rw-r--r--include/asm-ppc/param.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/asm-ppc/param.h b/include/asm-ppc/param.h
index 87083797b485..259af01bbe8d 100644
--- a/include/asm-ppc/param.h
+++ b/include/asm-ppc/param.h
@@ -1,5 +1,5 @@
/*
- * BK Id: SCCS/s.param.h 1.5 05/17/01 18:14:25 cort
+ * BK Id: SCCS/s.param.h 1.8 08/20/01 22:50:29 paulus
*/
#ifndef _ASM_PPC_PARAM_H
#define _ASM_PPC_PARAM_H
@@ -21,7 +21,7 @@
#define MAXHOSTNAMELEN 64 /* max length of hostname */
#ifdef __KERNEL__
-# define CLOCKS_PER_SEC 100 /* frequency at which times() counts */
+# define CLOCKS_PER_SEC HZ /* frequency at which times() counts */
#endif
#endif