summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1996-10-10 10:18:48 +0000
committerbde <bde@FreeBSD.org>1996-10-10 10:18:48 +0000
commit40b52cd1e5dccacf09e05011ee072edc2348967d (patch)
tree97cf0faf5fd126e6912add36c3e39244660e6bfd /sys
parent203e0f2e7b44da13c68d5103f7a180ec7b0acbd5 (diff)
downloadFreeBSD-src-40b52cd1e5dccacf09e05011ee072edc2348967d.zip
FreeBSD-src-40b52cd1e5dccacf09e05011ee072edc2348967d.tar.gz
Added missing include of "opt_cpu.h". I missed it because PERFMON
features are used without testing for i586 features that they depend on. Configuring option PERFMON without configuring a suitable cpu still doesn't fail right.
Diffstat (limited to 'sys')
-rw-r--r--sys/i386/i386/perfmon.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/i386/i386/perfmon.c b/sys/i386/i386/perfmon.c
index edccede..a7ea72f 100644
--- a/sys/i386/i386/perfmon.c
+++ b/sys/i386/i386/perfmon.c
@@ -26,9 +26,11 @@
* OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: perfmon.c,v 1.6 1996/06/12 05:02:51 gpalmer Exp $
+ * $Id: perfmon.c,v 1.7 1996/08/02 21:15:48 bde Exp $
*/
+#include "opt_cpu.h"
+
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/fcntl.h>
OpenPOWER on IntegriCloud