rename whitehole_spin to evac_collision, and update it properly
[ghc-hetmet.git] / rts / sm / GC.h
index 920b464..675d323 100644 (file)
@@ -41,12 +41,8 @@ extern rtsBool work_stealing;
 extern nat mutlist_MUTVARS, mutlist_MUTARRS, mutlist_MVARS, mutlist_OTHERS;
 #endif
 
-#ifdef THREADED_RTS
-extern SpinLock gc_alloc_block_sync;
-#endif
-
 #if defined(PROF_SPIN) && defined(THREADED_RTS)
-extern StgWord64 whitehole_spin;
+extern StgWord64 evac_collision;
 #endif
 
 void gcWorkerThread (Capability *cap);