commit | 4ed233809ba622b40de98532c34cc950ed25be05 | [log] [tgz] |
---|---|---|
author | Santeri Salko <santeri.salko@gmail.com> | Thu Feb 08 22:01:26 2018 +0200 |
committer | Santeri Salko <santeri.salko@gmail.com> | Fri Feb 09 20:49:57 2018 +0200 |
tree | 63f8c836dc56f8149d29406912f54ae943f836fb | |
parent | 218384a15dee73f2259ab28e5e05a8e9e46d50bb [diff] |
qemu: Fix interrupt type check Function plat_ic_get_pending_interrupt_type() should return interrupt type, not id. The function is used in aarch64 exception handling and currently the irq/fiq forwarding fails if a secure interrupt happens while running normal world. The qemu-specific gic file does not contain any extra functionality so it can be removed and common file can be used instead. fixes arm-software/tf-issues#546 Signed-off-by: Santeri Salko <santeri.salko@gmail.com>