diff options
| author | Ryan Stone <rstone@FreeBSD.org> | 2013-04-12 20:43:14 +0000 |
|---|---|---|
| committer | Ryan Stone <rstone@FreeBSD.org> | 2013-04-12 20:43:14 +0000 |
| commit | c83c365008aacce1d409e97e83680d54e57739b5 (patch) | |
| tree | f17f3371c6c6fb1a7c95953261f23277c31df5f7 | |
| parent | 6f9c0b15bb1075c537ecccde4e2e6aec741d18e6 (diff) | |
Notes
| -rw-r--r-- | sys/dev/hwpmc/hwpmc_core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/hwpmc/hwpmc_core.c b/sys/dev/hwpmc/hwpmc_core.c index 1ce301c52bb2..79af3364c613 100644 --- a/sys/dev/hwpmc/hwpmc_core.c +++ b/sys/dev/hwpmc/hwpmc_core.c @@ -560,7 +560,7 @@ struct iap_event_descr { #define IAP_F_SB (1 << 6) /* CPU: Sandy Bridge */ #define IAP_F_IB (1 << 7) /* CPU: Ivy Bridge */ #define IAP_F_SBX (1 << 8) /* CPU: Sandy Bridge Xeon */ -#define IAP_F_IBX (1 << 9) /* CPU: Ivy Bridge */ +#define IAP_F_IBX (1 << 9) /* CPU: Ivy Bridge Xeon */ #define IAP_F_HW (1 << 10) /* CPU: Haswell */ #define IAP_F_FM (1 << 11) /* Fixed mask */ |
