Cpuinfo flags

Cpuinfo flags

Post by Floyd Walk » Wed, 02 Apr 1997 04:00:00



I was wondering where I can find out what the cpuinfo flags mean, when you
type 'cat /proc/cpuinfo'.  The proc man page was not very helpful in this
regard.  Other than 'fpu' I have no idea what they mean.

-Floyd

--
Brother Floyd                          "Today is a good day to die."
The High Believer                      "Do you believe?"

 
 
 

1. fix up newer x86 cpuinfo flags.

According to Intel document 24161823.pdf[*] page 18, 'tm2' is misdefined.
Its bit 7 not, bit 8. Also add the missing 'EST' (Enhanced Speedstep Technology)
bit, and use the correct Intel terminology for the context ID bit.

[*] http://www.intel.com/design/xeon/applnots/241618.htm

diff -urpN --exclude-from=/home/davej/.exclude bk-linus/arch/i386/kernel/cpu/proc.c linux-2.5/arch/i386/kernel/cpu/proc.c
--- bk-linus/arch/i386/kernel/cpu/proc.c        2003-03-15 19:33:58.000000000 +0000

                NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL,

                /* Intel-defined (#2) */
-               "pni", NULL, NULL, "monitor", "ds_cpl", NULL, NULL, NULL,
-               "tm2", NULL, "cnxt_id", NULL, NULL, NULL, NULL, NULL,
+               "pni", NULL, NULL, "monitor", "ds_cpl", NULL, NULL, "tm2",
+               "est", NULL, "cid", NULL, NULL, NULL, NULL, NULL,
                NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL,
                NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL,

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in

More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

2. JOBS - SOFTWARE ENGGS. (Berkeley,CA) - C++, UNIX , MOTIF

3. Cpuinfo Flags

4. Automatic rate limiting / bandwidth management possible?

5. cpuinfo incorrectly includes 'ht' flag

6. HELP! can't boot from bootdisk - tried 3 different images

7. hp-ux C compiler flags vs hp-aix C compiler flags

8. SB CD-ROM not recognized

9. cpuinfo model name field request

10. cpuinfo - was: Load Monitoring

11. BogoMips /proc/cpuinfo incorrect?!

12. Request for /proc/cpuinfo

13. cat /proc/cpuinfo: What is stepping?