Ignore:
Timestamp:
Oct 31, 2009, 8:53:23 PM (16 years ago)
Author:
vladest
Message:

ODIN will always run on 1st CPU (fixed SMP problems with Panorama driver)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/oslibdos.cpp

    r21343 r21346  
    32703270    USHORT sel = RestoreOS2FS();
    32713271
    3272     mask.mask[0] = dwThreadAffinityMask;
     3272    /* always run on 1st CPU */
     3273    mask.mask[0] = /*dwThreadAffinityMask;*/0x00000001;
    32733274    mask.mask[1] = 0; //TODO: this might not be a good idea, but then again, not many people have > 32 cpus
    32743275
Note: See TracChangeset for help on using the changeset viewer.