sched-ext / scx

sched_ext schedulers and tools
https://bit.ly/scx_slack
GNU General Public License v2.0
692 stars 48 forks source link

Revert "scx_lavd: Enforce memory barrier in flip_sys_cpu_util" #321

Closed multics69 closed 1 month ago

multics69 commented 1 month ago

Reverts sched-ext/scx#318

Since the write is done in the interrupt context, we don't need atomic write here. So I revert it.