summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean Delvare <jdelvare@suse.de>2008-11-10 11:08:29 +0000
committerJean Delvare <jdelvare@suse.de>2008-11-10 11:08:29 +0000
commit518623d84c0544d0e98d6431ab15a2df31424343 (patch)
tree08e2a374e9d68008804606f3b939398baf003b74
parent65a9b72fd02cff30d19a2b97e03398e0aecbe0a9 (diff)
downloaddmidecode-git-518623d84c0544d0e98d6431ab15a2df31424343.tar.gz
Claim to support revision 32 of Intel AP-485 (CPUID). No relevant change
since revision 31.
-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)",