Cosmetic change: make a comment reference Sandy Bridge *Xeon*

Reviewed by:	sbruno
MFC after:	1 week
This commit is contained in:
Ryan Stone 2013-04-12 20:43:14 +00:00
parent 6f9c0b15bb
commit c83c365008

View File

@ -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 */