diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2014-01-23 20:10:22 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2014-01-23 20:10:22 +0000 |
| commit | e07ef9b0f694be97ceb6194c174712be0edd82ed (patch) | |
| tree | a496b26960de68ad269ee441914749e2fee5357d /sys/dev/hwpmc | |
| parent | 7f0e13dfe095ba96e9108104b219e5139bf8718d (diff) | |
Notes
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 b20ce4cd6152..39f49e3b9221 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 26b23a14dcd1..3137ea2b4d04 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 416a54037cec..e99bb30e5aef 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 b931fccd08d5..d6ec5c37d008 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 f4c6c94d2fe5..5c1194e3eb9d 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> |
