aboutsummaryrefslogtreecommitdiff
path: root/scripts/generate_rust_analyzer.py
diff options
context:
space:
mode:
authorShrikanth Hegde <[email protected]>2024-01-01 21:16:24 +0530
committerIngo Molnar <[email protected]>2024-02-28 15:11:15 +0100
commita6965b31888501f889261a6783f0de6afff84f8d (patch)
treee53367e0254a49d64b0f9828e01c28d14f829e56 /scripts/generate_rust_analyzer.py
parent8b936fc1d84f7d70009ea34d66bbf6c54c09fae7 (diff)
sched/fair: Add READ_ONCE() and use existing helper function to access ->avg_irq
Use existing helper function cpu_util_irq() instead of open-coding access to ->avg_irq. During review it was noted that ->avg_irq could be updated by a different CPU than the one which is trying to access it. ->avg_irq is updated with WRITE_ONCE(), use READ_ONCE to access it in order to avoid any compiler optimizations. Signed-off-by: Shrikanth Hegde <[email protected]> Signed-off-by: Ingo Molnar <[email protected]> Reviewed-by: Vincent Guittot <[email protected]> Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'scripts/generate_rust_analyzer.py')
0 files changed, 0 insertions, 0 deletions