Date: Mon, 30 Jun 1997 18:18:39 -0700 (PDT) From: Bruce Evans <bde@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/i386 perfmon.c Message-ID: <199707010118.SAA22201@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199707010118.SAA22201>