Merge the smp and threaded RTS ways
[ghc-hetmet.git] / ghc / includes / RtsConfig.h
index 76a0209..8590ccd 100644 (file)
@@ -39,7 +39,7 @@
 /* TICKY_TICKY needs EAGER_BLACKHOLING to verify no double-entries of
  * single-entry thunks.
  */
-/* #if defined(TICKY_TICKY) || defined(SMP) */
+/* #if defined(TICKY_TICKY) || defined(THREADED_RTS) */
 #if defined(TICKY_TICKY)
 #  define EAGER_BLACKHOLING
 #else