diff options
author | Peter Maydell | 2019-11-11 14:44:16 +0100 |
---|---|---|
committer | Peter Maydell | 2019-11-11 14:44:16 +0100 |
commit | af2a580f7e09359f882014e47a91e620a325537b (patch) | |
tree | 9e9d5b32508707feb4a592c32872011358f607a1 /hw/arm/boot.c | |
parent | Merge remote-tracking branch 'remotes/vivier/tags/q800-branch-pull-request' i... (diff) | |
download | qemu-af2a580f7e09359f882014e47a91e620a325537b.tar.gz qemu-af2a580f7e09359f882014e47a91e620a325537b.tar.xz qemu-af2a580f7e09359f882014e47a91e620a325537b.zip |
ptimer: Remove old ptimer_init_with_bh() API
Now all the users of ptimers have converted to the transaction-based
API, we can remove ptimer_init_with_bh() and all the code paths
that are used only by bottom-half based ptimers, and tidy up the
documentation comments to consider the transaction-based API the
only possibility.
The code changes result from:
* s->bh no longer exists
* s->callback is now always non-NULL
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20191025142411.17085-1-peter.maydell@linaro.org
Diffstat (limited to 'hw/arm/boot.c')
0 files changed, 0 insertions, 0 deletions