no longer need tahoe bogosity
authorSam Leffler <sam@ucbvax.Berkeley.EDU>
Sun, 7 Dec 1986 14:34:53 +0000 (06:34 -0800)
committerSam Leffler <sam@ucbvax.Berkeley.EDU>
Sun, 7 Dec 1986 14:34:53 +0000 (06:34 -0800)
SCCS-vsn: sys/conf/param.c 7.3

usr/src/sys/conf/param.c

index cf09929..d968938 100644 (file)
@@ -3,7 +3,7 @@
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
- *     @(#)param.c     7.2 (Berkeley) %G%
+ *     @(#)param.c     7.3 (Berkeley) %G%
  */
 
 #ifndef lint
  */
 
 #ifndef lint
@@ -38,13 +38,8 @@ char copyright[] =
  */
 
 #ifndef HZ
  */
 
 #ifndef HZ
-#ifdef VAX
 #define        HZ 100
 #endif
 #define        HZ 100
 #endif
-#ifdef TAHOE
-#define        HZ 60
-#endif
-#endif
 int    hz = HZ;
 int    tick = 1000000 / HZ;
 int    tickadj = 240000 / (60 * HZ);           /* can adjust 240ms in 60s */
 int    hz = HZ;
 int    tick = 1000000 / HZ;
 int    tickadj = 240000 / (60 * HZ);           /* can adjust 240ms in 60s */