[project @ 1998-11-26 09:17:22 by sof]
[ghc-hetmet.git] / ghc / runtime / hooks / InitEachPE.lc
1 \begin{code}
2 #include "rtsdefs.h"
3
4 void
5 initEachPEHook (void)
6 { /* in a GUM setup this is called on each
7      PE immediately before SynchroniseSystem
8      it can be used to read in static data 
9      to each PE which has to be available to
10      each PE
11
12      This version is the one specialised 
13      for Lolita, calling the LoadAllData stuff.
14      The default version probably should do 
15      nothing -- HWL
16   */
17 }
18 \end{code}