You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since the kernel's one private config header are public now (see https://github.com/seL4/seL4/blob/master/libsel4/include/sel4/config.h#L96), the define ENABLE_SMP_SUPPORT can be used in the ELF-Loder code also instead of checking CONFIG_MAX_NUM_NODES > 1. So we could replace this everywhere to align the code.
The text was updated successfully, but these errors were encountered:
Follow-up from #95 (comment)
Since the kernel's one private config header are public now (see https://github.com/seL4/seL4/blob/master/libsel4/include/sel4/config.h#L96), the define
ENABLE_SMP_SUPPORT
can be used in the ELF-Loder code also instead of checkingCONFIG_MAX_NUM_NODES > 1
. So we could replace this everywhere to align the code.The text was updated successfully, but these errors were encountered: