[kaffe] CVS kaffe (guilhem): Disabled atomicity.h on mips
Kaffe CVS
cvs-commits at kaffe.org
Tue Mar 22 06:07:55 PST 2005
PatchSet 5589
Date: 2005/03/22 14:03:07
Author: guilhem
Branch: HEAD
Tag: (none)
Log:
Disabled atomicity.h on mips
Members:
ChangeLog:1.3762->1.3763
config/mips/common.h:1.12->1.13
Index: kaffe/ChangeLog
diff -u kaffe/ChangeLog:1.3762 kaffe/ChangeLog:1.3763
--- kaffe/ChangeLog:1.3762 Tue Mar 22 13:04:35 2005
+++ kaffe/ChangeLog Tue Mar 22 14:03:07 2005
@@ -1,5 +1,9 @@
2005-03-22 Guilhem Lavaux <guilhem at kaffe.org>
+ * config/mips/common.h: Disabled atomicity.h
+
+2005-03-22 Guilhem Lavaux <guilhem at kaffe.org>
+
* config/ia64/common.h: Removed the inclusion of atomicity.h
2005-03-22 Dalibor Topic <robilad at kaffe.org>
Index: kaffe/config/mips/common.h
diff -u kaffe/config/mips/common.h:1.12 kaffe/config/mips/common.h:1.13
--- kaffe/config/mips/common.h:1.12 Sun Mar 20 20:30:39 2005
+++ kaffe/config/mips/common.h Tue Mar 22 14:03:10 2005
@@ -30,7 +30,10 @@
#undef HAVE_MIPSII_INSTRUCTIONS
#endif
-#if defined(HAVE_MIPSII_INSTRUCTIONS)
+/* Atomicity is temporarily disabled because the compare_and_swap function
+ * do not return the right value. Use the generic one instead.
+ */
+#if defined(HAVE_MIPSII_INSTRUCTIONS) && 0
#include "atomicity.h"
#else
More information about the kaffe
mailing list