comparison 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
comparison
equal deleted inserted replaced
341:651778900ec1 342:a9743c1dbe58
390 #ifdef RVM_LCC_SWE 390 #ifdef RVM_LCC_SWE
391 /* initialize LCC(PWR) SWE */ 391 /* initialize LCC(PWR) SWE */
392 rv_start_swe_and_check (LCC_USE_ID, "LCC"); 392 rv_start_swe_and_check (LCC_USE_ID, "LCC");
393 #endif 393 #endif
394 394
395 #ifdef RVM_FCHG_SWE
396 /* initialize FCHG (new PWR) SWE */
397 rv_start_swe_and_check (FCHG_USE_ID, "FCHG");
398 #endif
399
395 #ifdef RVM_KPD_SWE 400 #ifdef RVM_KPD_SWE
396 /* initialize KPD SWE */ 401 /* initialize KPD SWE */
397 rv_start_swe_and_check (KPD_USE_ID, "KPD"); 402 rv_start_swe_and_check (KPD_USE_ID, "KPD");
398 #endif 403 #endif
399 404