mirror of
https://github.com/xemu-project/xemu.git
synced 2026-07-11 01:24:41 +02:00
hw/9pfs: Correct typo
Correct comment typo in xen_9pfs_bh() Signed-off-by: Alano Song <AlanoSong@163.com> Reviewed-by: Christian Schoenebeck <qemu_oss@crudebyte.com> Reviewed-by: Thomas Huth <thuth@redhat.com> Message-ID: <20251202132132.17636-1-AlanoSong@163.com> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
This commit is contained in:
committed by
Philippe Mathieu-Daudé
parent
df3b304605
commit
93332c90bf
@@ -310,7 +310,7 @@ static void xen_9pfs_bh(void *opaque)
|
|||||||
|
|
||||||
again:
|
again:
|
||||||
wait = ring->co != NULL && qemu_coroutine_entered(ring->co);
|
wait = ring->co != NULL && qemu_coroutine_entered(ring->co);
|
||||||
/* paired with the smb_wmb barriers in xen_9pfs_init_in_iov_from_pdu */
|
/* paired with the smp_wmb barriers in xen_9pfs_init_in_iov_from_pdu */
|
||||||
smp_rmb();
|
smp_rmb();
|
||||||
if (wait) {
|
if (wait) {
|
||||||
cpu_relax();
|
cpu_relax();
|
||||||
|
|||||||
Reference in New Issue
Block a user