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:
Sebastian Ott
2018-10-28 11:51:56 +01:00
committed by Martin Schwidefsky
parent 0a9fddfaa8
commit 30e63ef2ef
8 changed files with 10 additions and 10 deletions

View File

@@ -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;