]> Git Repo - qemu.git/blobdiff - hw/timer/a9gtimer.c
Revert "pc: Enforce adding CPUs contiguously and removing them in opposite order"
[qemu.git] / hw / timer / a9gtimer.c
index c11a7bc75b7b4ac4b788c3db2ba9bce9906f0132..772f85f5fde067d8bc9a6f1a6450059e3e76c815 100644 (file)
 
 #include "qemu/osdep.h"
 #include "hw/timer/a9gtimer.h"
+#include "qapi/error.h"
 #include "qemu/timer.h"
 #include "qemu/bitops.h"
 #include "qemu/log.h"
+#include "qom/cpu.h"
 
 #ifndef A9_GTIMER_ERR_DEBUG
 #define A9_GTIMER_ERR_DEBUG 0
@@ -182,7 +184,7 @@ static void a9_gtimer_write(void *opaque, hwaddr addr, uint64_t value,
     case R_COUNTER_LO:
         /*
          * Keep it simple - ARM docco explicitly says to disable timer before
-         * modding it, so dont bother trying to do all the difficult on the fly
+         * modding it, so don't bother trying to do all the difficult on the fly
          * timer modifications - (if they even work in real hardware??).
          */
         if (s->control & R_CONTROL_TIMER_ENABLE) {
This page took 0.020796 seconds and 4 git commands to generate.