From owner-cvs-sys Fri Oct 25 05:26:28 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id FAA18057 for cvs-sys-outgoing; Fri, 25 Oct 1996 05:26:28 -0700 (PDT) Received: (from bde@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id FAA18043; Fri, 25 Oct 1996 05:26:21 -0700 (PDT) Date: Fri, 25 Oct 1996 05:26:21 -0700 (PDT) From: Bruce Evans Message-Id: <199610251226.FAA18043@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/i386 microtime.s Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 96/10/25 05:26:21 Modified: sys/i386/i386 microtime.s Log: Removed #include of . It is no longer used, and would break when I remove LOCORE support from clock.h. I586_CTR_MULTIPLIER_SHIFT = 32 from clock.h is actually still used, but 32 is so magic that it doesn't get used explicitly. Revision Changes Path 1.18 +1 -2 src/sys/i386/i386/microtime.s