summaryrefslogtreecommitdiffstats
path: root/include/interrupts.h
diff options
context:
space:
mode:
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>2016-08-09 16:38:07 +1000
committerStewart Smith <stewart@linux.vnet.ibm.com>2016-08-11 19:54:22 +1000
commitc28ea2f0b7d6ab1d1ada871690169b21a11aad10 (patch)
tree05b63e7a8dc6f056d226fe966c497393a56e1a2a /include/interrupts.h
parent5ed551115a3ad1925c900b2e0dd7977ad1987f85 (diff)
downloadblackbird-skiboot-c28ea2f0b7d6ab1d1ada871690169b21a11aad10.tar.gz
blackbird-skiboot-c28ea2f0b7d6ab1d1ada871690169b21a11aad10.zip
psi: Add P9 support
This reworks interrupt handling a bit and adds support for XIVE based interrupts and the new sources available on POWER9. Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'include/interrupts.h')
-rw-r--r--include/interrupts.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/interrupts.h b/include/interrupts.h
index 23d785c2..2f8c275d 100644
--- a/include/interrupts.h
+++ b/include/interrupts.h
@@ -213,7 +213,7 @@ uint32_t p8_irq_to_phb(uint32_t irq);
#define P8_IRQ_PSI_FSI 2
#define P8_IRQ_PSI_LPC 3
#define P8_IRQ_PSI_LOCAL_ERR 4
-#define P8_IRQ_PSI_HOST_ERR 5
+#define P8_IRQ_PSI_EXTERNAL 5 /* Used for UART */
#define P8_IRQ_PSI_IRQ_COUNT 6
/* TBD: NX, AS, ...
OpenPOWER on IntegriCloud