Revision de6db419

b/hw/timer/Makefile.objs
1 1
common-obj-$(CONFIG_ARM_TIMER) += arm_timer.o
2
common-obj-$(CONFIG_ARM_MPTIMER) += arm_mptimer.o
2 3
common-obj-$(CONFIG_CADENCE) += cadence_ttc.o
3 4
common-obj-$(CONFIG_DS1338) += ds1338.o
4 5
common-obj-$(CONFIG_HPET) += hpet.o
......
25 26
obj-$(CONFIG_SH4) += sh_timer.o
26 27
obj-$(CONFIG_TUSB6010) += tusb6010.o
27 28

  
28
obj-$(CONFIG_ARM_MPTIMER) += arm_mptimer.o
29 29
obj-$(CONFIG_MC146818RTC) += mc146818rtc.o
b/hw/timer/arm_mptimer.c
21 21

  
22 22
#include "hw/sysbus.h"
23 23
#include "qemu/timer.h"
24
#include "qom/cpu.h"
24 25

  
25 26
/* This device implements the per-cpu private timer and watchdog block
26 27
 * which is used in both the ARM11MPCore and Cortex-A9MP.

Also available in: Unified diff