From owner-cvs-sys Mon Jun 30 18:21:16 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id SAA28245 for cvs-sys-outgoing; Mon, 30 Jun 1997 18:21:16 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id SAA28181; Mon, 30 Jun 1997 18:20:29 -0700 (PDT) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id SAA22201; Mon, 30 Jun 1997 18:18:39 -0700 (PDT) Date: Mon, 30 Jun 1997 18:18:39 -0700 (PDT) Message-Id: <199707010118.SAA22201@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/i386 perfmon.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 1997/06/30 18:18:39 PDT Modified files: sys/i386/i386 perfmon.c Log: Added ifdefs so that this compiles when neither I586_CPU nor I586_CPU is defined, or SMP is defined. It is silly to configure PERFMON when it can't work (it will be disabled at runtime), but I like to leave the PERFMON configuration alone when I temporarily disable support for modern CPUs to run regression tests. Removed an unused #include. Revision Changes Path 1.11 +7 -2 src/sys/i386/i386/perfmon.c