summaryrefslogtreecommitdiff
path: root/dmidecode.c
diff options
context:
space:
mode:
authorkhali <khali>2008-11-10 11:08:29 +0000
committerkhali <khali>2008-11-10 11:08:29 +0000
commit5febb0545387a32be66e102c82cfb95c7b6ae5ea (patch)
tree08e2a374e9d68008804606f3b939398baf003b74 /dmidecode.c
parentdb08a996947ca4be5f90b81dccf6d9ddb066a320 (diff)
downloaddmidecode-5febb0545387a32be66e102c82cfb95c7b6ae5ea.tar.gz
Claim to support revision 32 of Intel AP-485 (CPUID). No relevant change
since revision 31.
Diffstat (limited to 'dmidecode.c')
-rw-r--r--dmidecode.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/dmidecode.c b/dmidecode.c
index bfc63ff..9669111 100644
--- a/dmidecode.c
+++ b/dmidecode.c
@@ -33,7 +33,7 @@
* information does not come from the above mentioned specification.
*
* Additional references:
- * - Intel AP-485 revision 31
+ * - Intel AP-485 revision 32
* "Intel Processor Identification and the CPUID Instruction"
* http://developer.intel.com/design/xeon/applnots/241618.htm
* - DMTF Common Information Model
@@ -812,7 +812,7 @@ static const char *dmi_processor_family(const struct dmi_header *h)
static void dmi_processor_id(u8 type, const u8 *p, const char *version, const char *prefix)
{
- /* Intel AP-485 revision 31, table 3-4 */
+ /* Intel AP-485 revision 32, table 3-4 */
static const char *flags[32] = {
"FPU (Floating-point unit on-chip)", /* 0 */
"VME (Virtual mode extension)",