lkml.org 
[lkml]   [1998]   [Jan]   [16]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subjectia32 cpu capabilities update
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 |
+----------------------------------------------------------------------------+

\
 
 \ /
  Last update: 2005-03-22 13:41    [W:0.054 / U:0.596 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site