mirror of
https://github.com/seL4/seL4.git
synced 2026-04-09 16:59:55 +00:00
The "excluding extra refills" was confusing. seL4_CoreSchedContextBytes is the size of sched_context_t + minimum refills, excluding any extra refills. We'd write it that way, but sched_context_t is not in scope in this file. Signed-off-by: Gerwin Klein <gerwin.klein@proofcraft.systems>