Skip to content

Commit

Permalink
arm: Print IRQ number rather than SPI on handle_irq_target errors
Browse files Browse the repository at this point in the history
Configuration and other reportings are based on absolute IDs as well.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
  • Loading branch information
jan-kiszka committed Jun 26, 2016
1 parent d14d170 commit b7857f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hypervisor/arch/arm/gic-common.c
Expand Up @@ -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;
}
}
Expand Down

0 comments on commit b7857f0

Please sign in to comment.