summaryrefslogtreecommitdiff
path: root/includes/SMP.h
Commit message (Expand)AuthorAgeFilesLines
* Fix PPC Mac OS X memory access problem in SMP.h (#1362)Thorkil Naur2007-05-181-1/+1
* cas(): modify assembly syntax to make it work everywhere (hopefully)Simon Marlow2006-11-211-1/+1
* use "lock cmpxchg" instead of "lock/cmpxchg"Simon Marlow2006-11-171-1/+1
* rename spin lock functions, and use macros for non-THREADED_RTSSimon Marlow2006-10-261-9/+7
* add pure spin locksSimon Marlow2006-10-191-5/+134
* Add atomic SMP primitives for the SparcRoman Leshchinskiy2006-08-251-0/+18
* Fix unregisterised builds, and building on non-x86/amd64/powerpcIan Lynagh2006-08-251-8/+12
* fixes to PPC version of cas(), from David Kirkman <dkirkman@gmail.com>Simon Marlow2006-08-211-1/+2
* use the new "prim %write_barrier()" in .cmm instead of calls to wb()Simon Marlow2006-06-291-3/+3
* Asynchronous exception support for SMPSimon Marlow2006-06-161-0/+15
* Reorganisation of the source treeSimon Marlow2006-04-071-0/+160