]> 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>
Mon, 11 Sep 2023 07:53:50 +0000 (10:53 +0300)
commitc34e604bf6b887bed8b2788d42e756151d912fa9
tree413b6b75b1dda9b6830bd8a9275d35a0d83c30b1
parent79873ecad01a10f1809e31121bd9a2eb461d60de
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