From: Sam Leffler Date: Sun, 7 Dec 1986 14:34:53 +0000 (-0800) Subject: no longer need tahoe bogosity X-Git-Tag: BSD-4_3-Snapshot-Development~290 X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/commitdiff_plain/4d33e2a07d32438cbf37956268be58465e2f7bdb no longer need tahoe bogosity SCCS-vsn: sys/conf/param.c 7.3 --- diff --git a/usr/src/sys/conf/param.c b/usr/src/sys/conf/param.c index cf099291e9..d9689381a5 100644 --- a/usr/src/sys/conf/param.c +++ b/usr/src/sys/conf/param.c @@ -3,7 +3,7 @@ * 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 @@ -38,13 +38,8 @@ char copyright[] = */ #ifndef HZ -#ifdef VAX #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 */