Add a warning about CAS2: 060 doesn't have it, we'll loose 64bit atomics :^)

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@22704 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
François Revol
2007-10-25 00:39:27 +00:00
parent 82a9fd6a48
commit 00c8f3104c
+2
View File
@@ -79,6 +79,8 @@ FUNCTION(atomic_get):
/* m68k elf convention is to return structs in (a0) */
/* other conventions use d0/d1 but which is MSB ?? */
#warning M68K: 68060 doesn't have CAS2: use spinlock ??
/* see http://retropc.net/x68000/software/develop/as/has060/m68k.htm */
/* int64 atomic_add64(vint64 *value, int64 addValue) */
FUNCTION(atomic_add64):