ia32 cpu capabilities update

Patrick St. Jean (psj@cgmlarson.com)
Fri, 16 Jan 1998 16:24:07 -0600 (CST)


Here's a small patch to add a few capability flags to the list...

cxmmx --> Cyrix extended MMX extension is supported
amd3d --> AMD 3D instructions are supported
fcmov --> FCMOVcc/F(U)COMI(P) opcodes are supported

By supported I mean the chip can do them, not the kernel per se.

This has been cc'd to Martin Mares as well...

Pat

--- cut here ---
--- linux/arch/i386/kernel/setup.c.orig Fri Jan 16 16:18:01 1998
+++ linux/arch/i386/kernel/setup.c Fri Jan 16 16:17:58 1998
@@ -436,8 +436,8 @@
static const char *x86_cap_flags[] = {
"fpu", "vme", "de", "pse", "tsc", "msr", "pae", "mce",
"cx8", "apic", "10", "sep", "mtrr", "pge", "mca", "cmov",
- "16", "17", "18", "19", "20", "21", "22", "mmx",
- "24", "25", "26", "27", "28", "29", "30", "31"
+ "fcmov", "17", "18", "19", "20", "21", "22", "mmx",
+ "cxmmx", "25", "26", "27", "28", "29", "30", "amd3d"
};
struct cpuinfo_x86 *c = cpu_data;
int i, n;
--- cut here ---

-- 
+----------------------------------------------------------------------------+
| Patrick St. Jean              '97 XLH 883                psj@cgmlarson.com |
| Programmer & Systems Administrator                    +1 713-977-4177 x115 |
| Larson Software Technology                        http://www.cgmlarson.com |
+----------------------------------------------------------------------------+