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. Suggestions for Linux
3. Cpuinfo flags
4. Invalid header messages on Sun one webserver and solaris
5. cpuinfo incorrectly includes 'ht' flag
6. UUCP problems
7. hp-ux C compiler flags vs hp-aix C compiler flags
8. sendmail boot problem
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?