sel4test icon indicating copy to clipboard operation
sel4test copied to clipboard

(don't merge) Remove const qualifiers from domain schedule variables

Open JE-Archer opened this issue 1 year ago • 0 comments

This PR removes the const qualifiers from the variables in domain_schedule.c, so that it may be compiled with a kernel that also lacks const qualifiers on these variables (see https://github.com/seL4/seL4/pull/1308).

JE-Archer avatar Sep 06 '24 05:09 JE-Archer