changeset 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 651778900ec1
children e0b27310e6ba
files src/cs/system/Main/create_RVtasks.c
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
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");