Add capability sets to the event system. Contains code from Duncan Coutts.
[ghc-hetmet.git] / rts / RtsStartup.c
index 236d07a..502906e 100644 (file)
@@ -148,6 +148,10 @@ hs_init(int *argc, char **argv[])
      */
     dtraceEventStartup();
 
+    /* Trace some basic information about the process
+     */
+    traceCapsetDetails(argc, argv);
+
     /* initialise scheduler data structures (needs to be done before
      * initStorage()).
      */