diff options
-rw-r--r-- | winsup/cygwin/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 69ff73d..c68ed7d 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,9 @@ +2003-03-18 Christopher January <chris@atomice.net> + + * fhandler_proc.cc (format_proc_cpuinfo): Use IsProcessorFeaturePresent + only on Windows NT. Read CPU Mhz value only on NT. Revert previous + change so cpuid instruction is called even on non-NT systems. + 2003-03-17 Christopher Faylor <cgf@redhat.com> * cygwin.din: Export btowc, trunc. |