diff options
author | kaiw <kaiw@FreeBSD.org> | 2014-01-25 14:02:02 +0000 |
---|---|---|
committer | kaiw <kaiw@FreeBSD.org> | 2014-01-25 14:02:02 +0000 |
commit | 25e9e966453d1bf544bdb824ac7b55e3fae9578b (patch) | |
tree | ac135e54f7b963d5248c59a45ed75559417fecef /sys/dev/hwpmc | |
parent | 236d76c86daca690ecd10433cf90925d309f197c (diff) | |
parent | d7761633d8e8047ff45b8eaa5f49657820ff9a56 (diff) | |
download | FreeBSD-src-25e9e966453d1bf544bdb824ac7b55e3fae9578b.zip FreeBSD-src-25e9e966453d1bf544bdb824ac7b55e3fae9578b.tar.gz |
MFH@261151.
Diffstat (limited to 'sys/dev/hwpmc')
-rw-r--r-- | sys/dev/hwpmc/hwpmc_core.c | 2 | ||||
-rw-r--r-- | sys/dev/hwpmc/hwpmc_piv.c | 2 | ||||
-rw-r--r-- | sys/dev/hwpmc/hwpmc_ppro.c | 2 | ||||
-rw-r--r-- | sys/dev/hwpmc/hwpmc_uncore.c | 2 | ||||
-rw-r--r-- | sys/dev/hwpmc/hwpmc_x86.c | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/sys/dev/hwpmc/hwpmc_core.c b/sys/dev/hwpmc/hwpmc_core.c index b20ce4c..39f49e3 100644 --- a/sys/dev/hwpmc/hwpmc_core.c +++ b/sys/dev/hwpmc/hwpmc_core.c @@ -38,7 +38,7 @@ __FBSDID("$FreeBSD$"); #include <sys/systm.h> #include <machine/intr_machdep.h> -#include <machine/apicvar.h> +#include <x86/apicvar.h> #include <machine/cpu.h> #include <machine/cpufunc.h> #include <machine/md_var.h> diff --git a/sys/dev/hwpmc/hwpmc_piv.c b/sys/dev/hwpmc/hwpmc_piv.c index 26b23a1..3137ea2 100644 --- a/sys/dev/hwpmc/hwpmc_piv.c +++ b/sys/dev/hwpmc/hwpmc_piv.c @@ -41,7 +41,7 @@ __FBSDID("$FreeBSD$"); #include <sys/systm.h> #include <machine/intr_machdep.h> -#include <machine/apicvar.h> +#include <x86/apicvar.h> #include <machine/cpu.h> #include <machine/cpufunc.h> #include <machine/cputypes.h> diff --git a/sys/dev/hwpmc/hwpmc_ppro.c b/sys/dev/hwpmc/hwpmc_ppro.c index 416a540..e99bb30 100644 --- a/sys/dev/hwpmc/hwpmc_ppro.c +++ b/sys/dev/hwpmc/hwpmc_ppro.c @@ -41,7 +41,7 @@ __FBSDID("$FreeBSD$"); #include <sys/systm.h> #include <machine/intr_machdep.h> -#include <machine/apicvar.h> +#include <x86/apicvar.h> #include <machine/cpu.h> #include <machine/cpufunc.h> #include <machine/cputypes.h> diff --git a/sys/dev/hwpmc/hwpmc_uncore.c b/sys/dev/hwpmc/hwpmc_uncore.c index b931fcc..d6ec5c3 100644 --- a/sys/dev/hwpmc/hwpmc_uncore.c +++ b/sys/dev/hwpmc/hwpmc_uncore.c @@ -38,7 +38,7 @@ __FBSDID("$FreeBSD$"); #include <sys/systm.h> #include <machine/intr_machdep.h> -#include <machine/apicvar.h> +#include <x86/apicvar.h> #include <machine/cpu.h> #include <machine/cpufunc.h> #include <machine/specialreg.h> diff --git a/sys/dev/hwpmc/hwpmc_x86.c b/sys/dev/hwpmc/hwpmc_x86.c index f4c6c94..5c1194e 100644 --- a/sys/dev/hwpmc/hwpmc_x86.c +++ b/sys/dev/hwpmc/hwpmc_x86.c @@ -40,7 +40,7 @@ __FBSDID("$FreeBSD$"); #include <machine/cpu.h> #include <machine/cputypes.h> #include <machine/intr_machdep.h> -#include <machine/apicvar.h> +#include <x86/apicvar.h> #include <machine/pmc_mdep.h> #include <machine/md_var.h> |