constants: decrease TCB_SIZE_BITS for some configs
The IPC queue changes for MCS in commit 771c9e43ce has decreased the
TCB size slightly, which brings TCB_SIZE_BITS down for config
combinations that have MCS + SMP + HYP + benchmarking enabled.
Signed-off-by: Gerwin Klein <gerwin.klein@proofcraft.systems>
This commit is contained in:
parent
7c11116b65
commit
c962e51e3b
1 changed files with 1 additions and 1 deletions
|
|
@ -171,7 +171,7 @@ typedef enum {
|
|||
#define seL4_HugePageBits 30
|
||||
#define seL4_SlotBits 5
|
||||
#if defined(CONFIG_HARDWARE_DEBUG_API) || defined(CONFIG_ARM_HYP_ENABLE_VCPU_CP14_SAVE_AND_RESTORE) || \
|
||||
(defined(CONFIG_ARM_HYPERVISOR_SUPPORT) && defined(CONFIG_ENABLE_SMP_SUPPORT) && defined(CONFIG_BENCHMARK_TRACK_UTILISATION))
|
||||
(defined(CONFIG_ARM_HYPERVISOR_SUPPORT) && defined(CONFIG_ENABLE_SMP_SUPPORT) && defined(CONFIG_BENCHMARK_TRACK_UTILISATION) && !defined(CONFIG_KERNEL_MCS))
|
||||
#define seL4_TCBBits 12
|
||||
#else
|
||||
#define seL4_TCBBits 11
|
||||
|
|
|
|||
Loading…
Reference in a new issue