FreeCalypso > hg > fc-tourmaline
changeset 231:7b71cbbc140b
rvf_pool_size.h: add FCBM
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sat, 01 May 2021 10:09:47 +0000 |
parents | baa738eeb842 |
children | 0041bac707bd |
files | src/cs/riviera/rvf/rvf_pool_size.h |
diffstat | 1 files changed, 11 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/cs/riviera/rvf/rvf_pool_size.h Sat May 01 10:05:53 2021 +0000 +++ b/src/cs/riviera/rvf/rvf_pool_size.h Sat May 01 10:09:47 2021 +0000 @@ -325,6 +325,16 @@ #endif /* + * FCBM (another FC addition) SWE + */ +#ifdef RVM_FCBM_SWE + #include "fcbm/fcbm_pool_size.h" + #define RVF_FCBM_POOL_SIZE (FCBM_POOL_SIZE) +#else + #define RVF_FCBM_POOL_SIZE (0) +#endif + +/* * R2D SWE */ #ifdef RVM_R2D_SWE @@ -736,7 +746,7 @@ RVF_KPD_POOL_SIZE + RVF_KPG_POOL_SIZE + RVF_KZP_POOL_SIZE + \ RVF_LLS_POOL_SIZE + RVF_MKS_POOL_SIZE + RVF_TTY_POOL_SIZE + \ RVF_MPM_POOL_SIZE + RVF_PWR_POOL_SIZE + RVF_LCC_POOL_SIZE + \ - RVF_FCHG_POOL_SIZE + \ + RVF_FCHG_POOL_SIZE + RVF_FCBM_POOL_SIZE + \ RVF_R2D_POOL_SIZE + RVF_MMS_POOL_SIZE +\ RVF_RGUI_POOL_SIZE + RVF_RNET_POOL_SIZE + RVF_RNET_BR_POOL_SIZE + \ RVF_MDC_POOL_SIZE + RVF_RNET_RT_POOL_SIZE + RVF_RNET_WS_POOL_SIZE + \