summaryrefslogtreecommitdiff
path: root/rts/sm/GC.h
diff options
context:
space:
mode:
authorSimon Marlow <marlowsd@gmail.com>2009-08-19 14:15:18 +0000
committerSimon Marlow <marlowsd@gmail.com>2009-08-19 14:15:18 +0000
commite9655493989157820d8a0a7b0f7c311c159ef956 (patch)
treeef3d10715ed97196264ed6b3c5f143ef20bcd425 /rts/sm/GC.h
parent68bc07fed38228a1f9fd1885333c7412f57c7e17 (diff)
downloadhaskell-e9655493989157820d8a0a7b0f7c311c159ef956.tar.gz
rename whitehole_spin to evac_collision, and update it properly
Diffstat (limited to 'rts/sm/GC.h')
-rw-r--r--rts/sm/GC.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/sm/GC.h b/rts/sm/GC.h
index e746f092e5..675d3234ab 100644
--- a/rts/sm/GC.h
+++ b/rts/sm/GC.h
@@ -42,7 +42,7 @@ extern nat mutlist_MUTVARS, mutlist_MUTARRS, mutlist_MVARS, mutlist_OTHERS;
#endif
#if defined(PROF_SPIN) && defined(THREADED_RTS)
-extern StgWord64 whitehole_spin;
+extern StgWord64 evac_collision;
#endif
void gcWorkerThread (Capability *cap);