diff options
author | Peter Maydell <peter.maydell@linaro.org> | 2018-11-13 10:47:58 +0000 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2018-11-13 10:47:58 +0000 |
commit | e24ad484909e7a00ca4f6332f3698facf0ba3394 (patch) | |
tree | 6db45d35b3a84c1c60fe54ffed460c8ee775cb3a /target | |
parent | 521ed6b4015ba39a2e39c65a94643f3e6412edc4 (diff) | |
download | qemu-e24ad484909e7a00ca4f6332f3698facf0ba3394.zip qemu-e24ad484909e7a00ca4f6332f3698facf0ba3394.tar.gz qemu-e24ad484909e7a00ca4f6332f3698facf0ba3394.tar.bz2 |
target/arm: Remove antique TODO comment
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>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20181106164118.16184-1-peter.maydell@linaro.org
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Diffstat (limited to 'target')
-rw-r--r-- | target/arm/helper.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/arm/helper.c b/target/arm/helper.c index ec56bec..851ea9a 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; |