summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authordyoung <dyoung@NetBSD.org>2010-04-27 18:41:52 +0000
committerdyoung <dyoung@NetBSD.org>2010-04-27 18:41:52 +0000
commitdf960cbef51d40ef320ffb58a337ef17d5b6967c (patch)
tree01dfb29da0374e27f9b4d864f17c6264d78a1797 /sys
parentfe64100e9ec9a88da057f93cf6042be09c29b57a (diff)
#include <machine/cpuvar.h> for CPU feature definitions.
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/i386/i386/pmc.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/arch/i386/i386/pmc.c b/sys/arch/i386/i386/pmc.c
index 63bb3d6a030..040b6e41d77 100644
--- a/sys/arch/i386/i386/pmc.c
+++ b/sys/arch/i386/i386/pmc.c
@@ -1,4 +1,4 @@
-/* $NetBSD: pmc.c,v 1.18 2010/04/22 21:02:25 jym Exp $ */
+/* $NetBSD: pmc.c,v 1.19 2010/04/27 18:41:52 dyoung Exp $ */
/*-
* Copyright (c) 2000 Zembu Labs, Inc.
@@ -38,13 +38,14 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: pmc.c,v 1.18 2010/04/22 21:02:25 jym Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pmc.c,v 1.19 2010/04/27 18:41:52 dyoung Exp $");
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/proc.h>
#include <machine/cpufunc.h>
+#include <machine/cpuvar.h>
#include <machine/specialreg.h>
#include <machine/sysarch.h>
#include <machine/pmc.h>