X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/blobdiff_plain/95f51977ddc18faa2e212f30c00a39540b39f325..ca67e7b465996afb3821d6a075c4dc6a7f0f5d52:/usr/src/sys/sys/kern_clock.c diff --git a/usr/src/sys/sys/kern_clock.c b/usr/src/sys/sys/kern_clock.c index 226f695447..1766dfb8bb 100644 --- a/usr/src/sys/sys/kern_clock.c +++ b/usr/src/sys/sys/kern_clock.c @@ -3,7 +3,7 @@ * All rights reserved. The Berkeley software License Agreement * specifies the terms and conditions for redistribution. * - * @(#)kern_clock.c 7.1 (Berkeley) 6/5/86 + * @(#)kern_clock.c 7.2 (Berkeley) 11/3/86 */ #include "../machine/reg.h" @@ -11,7 +11,7 @@ #include "param.h" #include "systm.h" -#include "dk.h" +#include "dkstat.h" #include "callout.h" #include "dir.h" #include "user.h" @@ -20,9 +20,9 @@ #include "vm.h" #include "text.h" -#if defined(vax) -#include "../vax/mtpr.h" -#include "../vax/clock.h" +#if defined(vax) || defined(tahoe) +#include "../machine/mtpr.h" +#include "../machine/clock.h" #endif #ifdef GPROF @@ -282,7 +282,7 @@ gatherstats(pc, ps) */ cp_time[cpstate]++; for (s = 0; s < DK_NDRIVE; s++) - if (dk_busy & (1 << s)) + if (dk_busy&(1<