comparison src/cs/riviera/rvf/rvf_pool_size.h @ 320:3f3c98f8b85d

changes under src/cs/riviera to support addition of FCHG SWE
author Mychaela Falconia <falcon@freecalypso.org>
date Mon, 04 Dec 2017 00:43:20 +0000
parents 945cf7f506b2
children 512fb1dca72d
comparison
equal deleted inserted replaced
319:9ffdfacfe969 320:3f3c98f8b85d
306 #endif 306 #endif
307 307
308 /* 308 /*
309 * LCC (PWR) SWE 309 * LCC (PWR) SWE
310 */ 310 */
311
312 #ifdef RVM_LCC_SWE 311 #ifdef RVM_LCC_SWE
313 #include "lcc/lcc_pool_size.h" 312 #include "lcc/lcc_pool_size.h"
314 #define RVF_LCC_POOL_SIZE (LCC_POOL_SIZE) 313 #define RVF_LCC_POOL_SIZE (LCC_POOL_SIZE)
315 #else 314 #else
316 #define RVF_LCC_POOL_SIZE (0) 315 #define RVF_LCC_POOL_SIZE (0)
316 #endif
317
318 /*
319 * FCHG (Yet Another PWR) SWE
320 */
321 #ifdef RVM_FCHG_SWE
322 #include "fchg/fchg_pool_size.h"
323 #define RVF_FCHG_POOL_SIZE (FCHG_POOL_SIZE)
324 #else
325 #define RVF_FCHG_POOL_SIZE (0)
317 #endif 326 #endif
318 327
319 /* 328 /*
320 * R2D SWE 329 * R2D SWE
321 */ 330 */
726 RVF_FFS_POOL_SIZE + RVF_KCL_POOL_SIZE + RVF_KGC_POOL_SIZE + \ 735 RVF_FFS_POOL_SIZE + RVF_KCL_POOL_SIZE + RVF_KGC_POOL_SIZE + \
727 RVF_KIL_POOL_SIZE + RVF_KMM_POOL_SIZE + RVF_KNM_POOL_SIZE + \ 736 RVF_KIL_POOL_SIZE + RVF_KMM_POOL_SIZE + RVF_KNM_POOL_SIZE + \
728 RVF_KPD_POOL_SIZE + RVF_KPG_POOL_SIZE + RVF_KZP_POOL_SIZE + \ 737 RVF_KPD_POOL_SIZE + RVF_KPG_POOL_SIZE + RVF_KZP_POOL_SIZE + \
729 RVF_LLS_POOL_SIZE + RVF_MKS_POOL_SIZE + RVF_TTY_POOL_SIZE + \ 738 RVF_LLS_POOL_SIZE + RVF_MKS_POOL_SIZE + RVF_TTY_POOL_SIZE + \
730 RVF_MPM_POOL_SIZE + RVF_PWR_POOL_SIZE + RVF_LCC_POOL_SIZE + \ 739 RVF_MPM_POOL_SIZE + RVF_PWR_POOL_SIZE + RVF_LCC_POOL_SIZE + \
740 RVF_FCHG_POOL_SIZE + \
731 RVF_R2D_POOL_SIZE + RVF_MMS_POOL_SIZE +\ 741 RVF_R2D_POOL_SIZE + RVF_MMS_POOL_SIZE +\
732 RVF_RGUI_POOL_SIZE + RVF_RNET_POOL_SIZE + RVF_RNET_BR_POOL_SIZE + \ 742 RVF_RGUI_POOL_SIZE + RVF_RNET_POOL_SIZE + RVF_RNET_BR_POOL_SIZE + \
733 RVF_MDC_POOL_SIZE + RVF_RNET_RT_POOL_SIZE + RVF_RNET_WS_POOL_SIZE + \ 743 RVF_MDC_POOL_SIZE + RVF_RNET_RT_POOL_SIZE + RVF_RNET_WS_POOL_SIZE + \
734 RVF_RTC_POOL_SIZE + RVF_RTEST_POOL_SIZE + RVF_RVM_POOL_SIZE + \ 744 RVF_RTC_POOL_SIZE + RVF_RTEST_POOL_SIZE + RVF_RVM_POOL_SIZE + \
735 RVF_SPI_POOL_SIZE + RVF_TI_PRF_POOL_SIZE + RVF_TRACE_POOL_SIZE + \ 745 RVF_SPI_POOL_SIZE + RVF_TI_PRF_POOL_SIZE + RVF_TRACE_POOL_SIZE + \