Re: Patch to fix bug 892

2007-03-26 Thread Juan Lang
Hi Patrick, thanks for the patch. Unfortunately it's rather large, and doesn't just do what it says, so it's unlikely to get accepted as-is. For example: + For use in GetSystemInfo(), these are the offsets into the register array. Original version + isn't very clear what is meant by r

Re: Patch to fix bug 892

2007-03-25 Thread Steven Edwards
On 3/25/07, Patrick Baggett <[EMAIL PROTECTED]> wrote: There also was a problem with getting the number of processors. The old code assumed always 1 processor. The new code uses POSIX interfaces, if available, at compile time and correctly builds a bitmask of the active processors. It seems to