All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-arm] [PATCH for-3.1] target/arm: Remove antique TODO comment
@ 2018-11-06 16:41 ` Peter Maydell
  0 siblings, 0 replies; 8+ messages in thread
From: Peter Maydell @ 2018-11-06 16:41 UTC (permalink / raw)
  To: qemu-arm, qemu-devel; +Cc: patches

Remove a TODO comment about implementing the vectored interrupt
controller. We have had an implementation of that for a decade;
it's in hw/intc/pl190.c.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
---
 target/arm/helper.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/target/arm/helper.c b/target/arm/helper.c
index ec56becc394..851ea9aa977 100644
--- a/target/arm/helper.c
+++ b/target/arm/helper.c
@@ -8378,7 +8378,6 @@ static void arm_cpu_do_interrupt_aarch32(CPUState *cs)
         return;
     }
 
-    /* TODO: Vectored interrupt controller.  */
     switch (cs->exception_index) {
     case EXCP_UDEF:
         new_mode = ARM_CPU_MODE_UND;
-- 
2.19.1


^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2018-11-12 11:50 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-11-06 16:41 [Qemu-arm] [PATCH for-3.1] target/arm: Remove antique TODO comment Peter Maydell
2018-11-06 16:41 ` [Qemu-devel] " Peter Maydell
2018-11-08  9:20 ` [Qemu-arm] " Richard Henderson
2018-11-08  9:20   ` Richard Henderson
2018-11-12  0:17 ` [Qemu-arm] " Philippe Mathieu-Daudé
2018-11-12  0:17   ` [Qemu-devel] " Philippe Mathieu-Daudé
2018-11-12 11:50 ` Alex Bennée
2018-11-12 11:50   ` [Qemu-devel] " Alex Bennée

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.