X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=rts%2Fsm%2FStorage.c;h=744bd5735f342f8e14a904185e69b800dfc4a45a;hb=a370654a872838c43e63bdd6cc279c0ee9913cdf;hp=6f4a415d45c490728485b319194fb6b2f2942829;hpb=27a28cf6bc2196ee1690ac1fcc4d4c59d9b0d50f;p=ghc-hetmet.git diff --git a/rts/sm/Storage.c b/rts/sm/Storage.c index 6f4a415..744bd57 100644 --- a/rts/sm/Storage.c +++ b/rts/sm/Storage.c @@ -1,6 +1,6 @@ /* ----------------------------------------------------------------------------- * - * (c) The GHC Team, 1998-2006 + * (c) The GHC Team, 1998-2008 * * Storage manager front end * @@ -30,7 +30,6 @@ #include "OSMem.h" #include "Trace.h" #include "GC.h" -#include "GCUtils.h" #include "Evac.h" #include @@ -166,6 +165,7 @@ initStorage( void ) gen->no = g; gen->mut_list = allocBlock(); gen->collections = 0; + gen->par_collections = 0; gen->failed_promotions = 0; gen->max_blocks = 0; }