diff options
Diffstat (limited to 'sys/dev/hwpmc/hwpmc_uncore.h')
-rw-r--r-- | sys/dev/hwpmc/hwpmc_uncore.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/hwpmc/hwpmc_uncore.h b/sys/dev/hwpmc/hwpmc_uncore.h index 64bf650dd5bc..ac1623e7737e 100644 --- a/sys/dev/hwpmc/hwpmc_uncore.h +++ b/sys/dev/hwpmc/hwpmc_uncore.h @@ -56,7 +56,6 @@ struct pmc_md_ucp_op_pmcallocate { #define UCP_EN (1 << 22) #define UCP_INV (1 << 23) #define UCP_CMASK(C) (((C) & 0xFF) << 24) - #ifdef _KERNEL #define DCTL_FLAG_UNC_PMI (1ULL << 13) |