Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
RISCV: KVM: use raw_spinlock for critical section in imsic
For the external interrupt updating procedure in imsic, there was a spinlock to protect it already. But since it should not be preempted in any cases, we should turn to use raw_spinlock to prevent any preemption in case PREEMPT_RT was enabled. Signed-off-by: Cyan Yang <[email protected]> Reviewed-by: Yong-Xuan Wang <[email protected]> Reviewed-by: Anup Patel <[email protected]> Message-ID: <[email protected]> Signed-off-by: Paolo Bonzini <[email protected]>
- Loading branch information