mirror of
https://github.com/riscv-software-src/opensbi.git
synced 2026-09-20 15:21:42 +01:00
In preparation to add TSA annotations, pass the SSE hart state owning an event, instead of relying on sse_get_hart_state() to retrieve it from the event itself. This makes the relationship more explicit, and will allow the compiler to reason about the state of locks. Signed-off-by: Carlos López <carlos.lopezr4096@gmail.com> Reviewed-by: Anup Patel <anup@brainfault.org> Link: https://lore.kernel.org/r/20260909162322.29778-13-carlos.lopezr4096@gmail.com Signed-off-by: Anup Patel <anup@brainfault.org>