diff options
Diffstat (limited to 'sys/amd64/include/pmc_mdep.h')
-rw-r--r-- | sys/amd64/include/pmc_mdep.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/amd64/include/pmc_mdep.h b/sys/amd64/include/pmc_mdep.h index 58354707cf19..635d880f7f12 100644 --- a/sys/amd64/include/pmc_mdep.h +++ b/sys/amd64/include/pmc_mdep.h @@ -43,7 +43,6 @@ struct pmc_mdep; #include <dev/hwpmc/hwpmc_amd.h> #include <dev/hwpmc/hwpmc_core.h> -#include <dev/hwpmc/hwpmc_piv.h> #include <dev/hwpmc/hwpmc_tsc.h> #include <dev/hwpmc/hwpmc_uncore.h> @@ -78,7 +77,6 @@ union pmc_md_op_pmcallocate { struct pmc_md_iap_op_pmcallocate pm_iap; struct pmc_md_ucf_op_pmcallocate pm_ucf; struct pmc_md_ucp_op_pmcallocate pm_ucp; - struct pmc_md_p4_op_pmcallocate pm_p4; uint64_t __pad[4]; }; @@ -94,7 +92,6 @@ union pmc_md_pmc { struct pmc_md_iap_pmc pm_iap; struct pmc_md_ucf_pmc pm_ucf; struct pmc_md_ucp_pmc pm_ucp; - struct pmc_md_p4_pmc pm_p4; }; #define PMC_TRAPFRAME_TO_PC(TF) ((TF)->tf_rip) |