diff src/cs/system/Main/create_RVtasks.c @ 342:a9743c1dbe58

create_RVtasks.c: start FCHG SWE when it is included
author Mychaela Falconia <falcon@freecalypso.org>
date Fri, 15 Dec 2017 19:02:09 +0000
parents 3e16c8832c0e
children
line wrap: on
line diff
--- a/src/cs/system/Main/create_RVtasks.c	Fri Dec 15 18:58:12 2017 +0000
+++ b/src/cs/system/Main/create_RVtasks.c	Fri Dec 15 19:02:09 2017 +0000
@@ -392,6 +392,11 @@
     rv_start_swe_and_check (LCC_USE_ID, "LCC");
 #endif
 
+#ifdef RVM_FCHG_SWE
+    /* initialize FCHG (new PWR) SWE */
+    rv_start_swe_and_check (FCHG_USE_ID, "FCHG");
+#endif
+
 #ifdef RVM_KPD_SWE
     /* initialize KPD SWE */
     rv_start_swe_and_check (KPD_USE_ID, "KPD");