From owner-cvs-sys Sun May 4 07:31:32 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id HAA24517 for cvs-sys-outgoing; Sun, 4 May 1997 07:31:32 -0700 (PDT) Received: from freefall.freebsd.org (freefall.cdrom.com [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id HAA24279; Sun, 4 May 1997 07:25:28 -0700 (PDT) From: Peter Wemm Received: (from peter@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id HAA01263; Sun, 4 May 1997 07:25:01 -0700 (PDT) Date: Sun, 4 May 1997 07:25:01 -0700 (PDT) Message-Id: <199705041425.HAA01263@freefall.freebsd.org> To: CVS-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/include clock.h src/sys/i386/isa clock.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 97/05/04 07:25:00 Modified: sys/i386/include clock.h sys/i386/isa clock.c Log: Don't remove i586_ctr_freq from scope, leave it defined as zero. This simplifies some assumptions and stops some code compile problems. This should fix the compile hiccup in PR#3491, but smp kernel profiling isn't likely to be fixed by this. Revision Changes Path 1.26 +5 -3 src/sys/i386/include/clock.h 1.82 +5 -3 src/sys/i386/isa/clock.c