diff options
author | sbruno <sbruno@FreeBSD.org> | 2012-10-24 01:26:29 +0000 |
---|---|---|
committer | sbruno <sbruno@FreeBSD.org> | 2012-10-24 01:26:29 +0000 |
commit | 88f73ca2921905a9bb9ec11a22c151c88bb4809f (patch) | |
tree | 0faf2ffd00ade327767c14d1f2c31e6f54835d4a /lib | |
parent | 3cd17672a6995202a6cf5fcbe3bdcb92b585d312 (diff) | |
download | FreeBSD-src-88f73ca2921905a9bb9ec11a22c151c88bb4809f.zip FreeBSD-src-88f73ca2921905a9bb9ec11a22c151c88bb4809f.tar.gz |
Cleanup and rename some variables in libpmc and hwpmc.
Submitted by: hiren panchasara <hiren.panchasara@gmail.com>
Reviewed by: jimharris@ sbruno@
Obtained from: Yahoo! Inc.
MFC after: 2 weeks
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libpmc/libpmc.c | 2 | ||||
-rw-r--r-- | lib/libpmc/pmc.ivybridge.3 | 2 | ||||
-rw-r--r-- | lib/libpmc/pmc.sandybridge.3 | 2 | ||||
-rw-r--r-- | lib/libpmc/pmc.sandybridgexeon.3 | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/lib/libpmc/libpmc.c b/lib/libpmc/libpmc.c index c7b4feb..85c460d 100644 --- a/lib/libpmc/libpmc.c +++ b/lib/libpmc/libpmc.c @@ -721,7 +721,7 @@ static struct pmc_masks iap_rsp_mask_sb_sbx_ib[] = { PMCMASK(RES_SUPPLIER_LLC_HITS, (1ULL << 20)), PMCMASK(RES_SUPPLIER_LLC_HITF, (1ULL << 21)), PMCMASK(RES_SUPPLIER_LOCAL, (1ULL << 22)), - PMCMASK(RES_SNOOP_SNPI_NONE, (1ULL << 31)), + PMCMASK(RES_SNOOP_SNP_NONE, (1ULL << 31)), PMCMASK(RES_SNOOP_SNP_NO_NEEDED,(1ULL << 32)), PMCMASK(RES_SNOOP_SNP_MISS, (1ULL << 33)), PMCMASK(RES_SNOOP_HIT_NO_FWD, (1ULL << 34)), diff --git a/lib/libpmc/pmc.ivybridge.3 b/lib/libpmc/pmc.ivybridge.3 index b7a2dcf..9a81da4 100644 --- a/lib/libpmc/pmc.ivybridge.3 +++ b/lib/libpmc/pmc.ivybridge.3 @@ -134,7 +134,7 @@ S-state. F-state. .It Li RES_SUPPLIER_LOCAL Local DRAM Controller. -.It Li RES_SNOOP_SNPI_NONE +.It Li RES_SNOOP_SNP_NONE No details on snoop-related information. .It Li RES_SNOOP_SNP_NO_NEEDED No snoop was needed to satisfy the request. diff --git a/lib/libpmc/pmc.sandybridge.3 b/lib/libpmc/pmc.sandybridge.3 index 2f398fa..62f8f28 100644 --- a/lib/libpmc/pmc.sandybridge.3 +++ b/lib/libpmc/pmc.sandybridge.3 @@ -138,7 +138,7 @@ S-state. F-state. .It Li RES_SUPPLIER_LOCAL Local DRAM Controller. -.It Li RES_SNOOP_SNPI_NONE +.It Li RES_SNOOP_SNP_NONE No details on snoop-related information. .It Li RES_SNOOP_SNP_NO_NEEDED No snoop was needed to satisfy the request. diff --git a/lib/libpmc/pmc.sandybridgexeon.3 b/lib/libpmc/pmc.sandybridgexeon.3 index e55f283..c62a82b 100644 --- a/lib/libpmc/pmc.sandybridgexeon.3 +++ b/lib/libpmc/pmc.sandybridgexeon.3 @@ -135,7 +135,7 @@ S-state. F-state. .It Li RES_SUPPLIER_LOCAL Local DRAM Controller. -.It Li RES_SNOOP_SNPI_NONE +.It Li RES_SNOOP_SNP_NONE No details on snoop-related information. .It Li RES_SNOOP_SNP_NO_NEEDED No snoop was needed to satisfy the request. |