Do not link ghc stage1 using -threaded, only for stage2 or 3
[ghc-hetmet.git] / rts / sm / Scav.h
index e8eab48..df774cd 100644 (file)
  * ---------------------------------------------------------------------------*/
 
 void    scavenge_loop (void);
-rtsBool any_work (void);
-void    scavenge_mutable_list (generation *g);
+void    scavenge_mutable_list (bdescr *bd, generation *gen);
+void    scavenge_capability_mut_lists (Capability *cap);
+
+#ifdef THREADED_RTS
+void    scavenge_loop1 (void);
+void    scavenge_mutable_list1 (bdescr *bd, generation *gen);
+void    scavenge_capability_mut_Lists1 (Capability *cap);
+#endif