summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/i386/ChangeLog
diff options
context:
space:
mode:
authorTill Straumann <strauman@slac.stanford.edu>2009-10-28 21:40:14 +0000
committerTill Straumann <strauman@slac.stanford.edu>2009-10-28 21:40:14 +0000
commitcaf761f0d332735decc2b27c269238684221168e (patch)
tree198e5ab455c7546e87ffa44d4ea90e413554bf4d /c/src/lib/libcpu/i386/ChangeLog
parentNew. (diff)
downloadrtems-caf761f0d332735decc2b27c269238684221168e.tar.bz2
2009-10-28 Till Straumann <strauman@slac.stanford.edu>
* cpuModel.S, cpuModel.h, displayCpu.c: Save/cache CPUID:ECX (extended capabilities) in a new variable (x86_capability_x). Added more known flag description strings (printCpuInfo()) and let 'printCpuInfo()' dump the extended feature flags, too.
Diffstat (limited to '')
-rw-r--r--c/src/lib/libcpu/i386/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/c/src/lib/libcpu/i386/ChangeLog b/c/src/lib/libcpu/i386/ChangeLog
index 803eb83ae5..4c9c7d965f 100644
--- a/c/src/lib/libcpu/i386/ChangeLog
+++ b/c/src/lib/libcpu/i386/ChangeLog
@@ -1,3 +1,10 @@
+2009-10-28 Till Straumann <strauman@slac.stanford.edu>
+
+ * cpuModel.S, cpuModel.h, displayCpu.c: Save/cache CPUID:ECX
+ (extended capabilities) in a new variable (x86_capability_x).
+ Added more known flag description strings (printCpuInfo())
+ and let 'printCpuInfo()' dump the extended feature flags, too.
+
2009-05-06 Joel Sherrill <joel.sherrill@oarcorp.com>
* page.c: Fixed warnings.