loongarch: mark loongarch_ipi_iocsr re-entrnacy safe
authorAlexander Bulekov <alxndr@bu.edu>
Sat, 6 May 2023 11:21:45 +0000 (07:21 -0400)
committerSong Gao <gaosong@loongson.cn>
Mon, 15 May 2023 11:09:26 +0000 (19:09 +0800)
commit6d0589e0e6c64b888864a2bf980537be20389264
tree0f02c515001ca1e9566eb473ff8370740c03f66b
parent8844bb8d896595ee1d25d21c770e6e6f29803097
loongarch: mark loongarch_ipi_iocsr re-entrnacy safe

loongarch_ipi_iocsr MRs rely on re-entrant IO through the ipi_send
function. As such, mark these MRs re-entrancy-safe.

Fixes: a2e1753b80 ("memory: prevent dma-reentracy issues")
Signed-off-by: Alexander Bulekov <alxndr@bu.edu>
Reviewed-by: Song Gao <gaosong@loongson.cn>
Message-Id: <20230506112145.3563708-1-alxndr@bu.edu>
Signed-off-by: Song Gao <gaosong@loongson.cn>
hw/intc/loongarch_ipi.c