Merge the smp and threaded RTS ways
[ghc-hetmet.git] / ghc / includes / STM.h
index 3065ddc..4c2b109 100644 (file)
@@ -33,7 +33,7 @@
 #ifndef STM_H
 #define STM_H
 
-#ifdef SMP
+#ifdef THREADED_RTS
 //#define STM_CG_LOCK
 #define STM_FG_LOCKS
 #else