mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
synced 2026-04-23 05:56:14 -04:00
powerpc/xics: Add debug logging to the set_irq_affinity handlers
It really helps to know how the HW is configured when tweaking the IRQ subsystem. Signed-off-by: Cédric Le Goater <clg@kaod.org> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://lore.kernel.org/r/20210701132750.1475580-20-clg@kaod.org
This commit is contained in:
committed by
Michael Ellerman
parent
7d14f6c60b
commit
53b34e8db7
@@ -133,6 +133,9 @@ static int ics_rtas_set_affinity(struct irq_data *d,
|
||||
return -1;
|
||||
}
|
||||
|
||||
pr_debug("%s: irq %d [hw 0x%x] server: 0x%x\n", __func__, d->irq,
|
||||
hw_irq, irq_server);
|
||||
|
||||
status = rtas_call_reentrant(ibm_set_xive, 3, 1, NULL,
|
||||
hw_irq, irq_server, xics_status[1]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user