bcm2835_property: disable reentrancy detection for iomem
authorAlexander Bulekov <alxndr@bu.edu>
Thu, 27 Apr 2023 21:10:11 +0000 (17:10 -0400)
committerThomas Huth <thuth@redhat.com>
Fri, 28 Apr 2023 09:31:54 +0000 (11:31 +0200)
commit985c4a4e547afb9573b6bd6843d20eb2c3d1d1cd
treea68d872ebcbea203efcd35795986f404e7d29338
parentbfd6e7ae6a72b84e2eb9574f56e6ec037f05182c
bcm2835_property: disable reentrancy detection for iomem

As the code is designed for re-entrant calls from bcm2835_property to
bcm2835_mbox and back into bcm2835_property, mark iomem as
reentrancy-safe.

Signed-off-by: Alexander Bulekov <alxndr@bu.edu>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Message-Id: <20230427211013.2994127-7-alxndr@bu.edu>
Signed-off-by: Thomas Huth <thuth@redhat.com>
hw/misc/bcm2835_property.c