[Bug 892] Implement GetSystemInfo using CPUID

Wine Bugs wine-bugs at winehq.org
Sun Jun 5 19:02:48 CDT 2005


http://bugs.winehq.org/show_bug.cgi?id=892


felix.nawothnig at t-online.de changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         OS/Version|FreeBSD                     |All




------- Additional Comments From felix.nawothnig at t-online.de  2005-05-06 19:02 -------
We have 4 different GetSystemInfo() implementations now (including a CPUID one
for FBSD) - that's just stupid. Reading & parsing /proc/cpuinfo (which is
hopefully being replaced by /sys) on Linux is somewhat ugly too.

I think we should use sysconf() to get the clock frequency & number of
processors (the latter is not POSIX but most unices support it), CPUID for most
of the other stuff (which is mostly x86-specific anyway) and some assembly to
test for the fdiv-bug and similar *on any x86 system*.

Changing OS to All.

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the wine-bugs mailing list