s390/airq: recognize directed interrupts
Add an extra parameter for airq handlers to recognize floating vs. directed interrupts. Signed-off-by: Sebastian Ott <sebott@linux.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
This commit is contained in:

committed by
Martin Schwidefsky

parent
0a9fddfaa8
commit
30e63ef2ef
@@ -56,7 +56,7 @@ static struct irq_chip zpci_irq_chip = {
|
||||
.irq_mask = pci_msi_mask_irq,
|
||||
};
|
||||
|
||||
static void zpci_irq_handler(struct airq_struct *airq)
|
||||
static void zpci_irq_handler(struct airq_struct *airq, bool floating)
|
||||
{
|
||||
unsigned long si, ai;
|
||||
struct airq_iv *aibv;
|
||||
|
Reference in New Issue
Block a user