hw/timer/exynos4210_mct.c: Switch GFRC to transaction-based ptimer API
commit9ede4ec094340cd788e9260f72e64988c5738530
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 8 Oct 2019 17:17:30 +0000 (8 18:17 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 15 Oct 2019 17:09:02 +0000 (15 18:09 +0100)
tree9e0e59a2ca0908ae25fe3bd496e681144a17f267
parent30e22c8733e8b2bed7dc77c4f9ebc7a4a4114632
hw/timer/exynos4210_mct.c: Switch GFRC to transaction-based ptimer API

We want to switch the exynos MCT code away from bottom-half based ptimers to
the new transaction-based ptimer API. The MCT is complicated
and uses multiple different ptimers, so it's clearer to switch
it a piece at a time. Here we change over only the GFRC.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20191008171740.9679-12-peter.maydell@linaro.org
hw/timer/exynos4210_mct.c