From de6db419e5cfe604464a7612b5a5f9214d0af837 Mon Sep 17 00:00:00 2001 From: Andreas Färber Date: Sun, 16 Jun 2013 17:10:28 +0200 Subject: timer/arm_mptimer: Build arm_mptimer only once MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Since current_cpu is CPUState it no longer depends on CPUARMState. Signed-off-by: Andreas Färber --- hw/timer/arm_mptimer.c | 1 + 1 file changed, 1 insertion(+) (limited to 'hw/timer/arm_mptimer.c') diff --git a/hw/timer/arm_mptimer.c b/hw/timer/arm_mptimer.c index fbc69c94b7..0ceb240490 100644 --- a/hw/timer/arm_mptimer.c +++ b/hw/timer/arm_mptimer.c @@ -21,6 +21,7 @@ #include "hw/sysbus.h" #include "qemu/timer.h" +#include "qom/cpu.h" /* This device implements the per-cpu private timer and watchdog block * which is used in both the ARM11MPCore and Cortex-A9MP. -- cgit 1.4.1