]> git.ipfire.org Git - thirdparty/qemu.git/commit
loongarch: mark loongarch_ipi_iocsr re-entrnacy safe
authorAlexander Bulekov <alxndr@bu.edu>
Sat, 6 May 2023 11:21:45 +0000 (07:21 -0400)
committerMichael Tokarev <mjt@tls.msk.ru>
Sun, 10 Sep 2023 16:38:01 +0000 (19:38 +0300)
commit48c04e42f033bf2e717052d99192fada589d62b3
treec39f1fa5bd22fa4ae81d33a7f1e6bd2b5da6dc9d
parent305ffdeca8d134e5982e18137fc369eb929b2059
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>
(cherry picked from commit 6d0589e0e6c64b888864a2bf980537be20389264)
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
hw/intc/loongarch_ipi.c