From b7857f0e03f4caea5b383a5722ce653bfd7e8ad5 Mon Sep 17 00:00:00 2001 From: Jan Kiszka Date: Sun, 26 Jun 2016 10:02:23 +0200 Subject: [PATCH] arm: Print IRQ number rather than SPI on handle_irq_target errors Configuration and other reportings are based on absolute IDs as well. Signed-off-by: Jan Kiszka --- hypervisor/arch/arm/gic-common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hypervisor/arch/arm/gic-common.c b/hypervisor/arch/arm/gic-common.c index faa5dcd..c19d59a 100644 --- a/hypervisor/arch/arm/gic-common.c +++ b/hypervisor/arch/arm/gic-common.c @@ -154,7 +154,7 @@ static enum mmio_result handle_irq_target(struct mmio_access *mmio, if (per_cpu(cpu)->cell == cell) continue; - printk("Attempt to route SPI%d outside of cell\n", spi); + printk("Attempt to route IRQ%d outside of cell\n", irq); return MMIO_ERROR; } } -- 2.39.2