aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hw/xive.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/xive.c b/hw/xive.c
index cd748fc..f708cf3 100644
--- a/hw/xive.c
+++ b/hw/xive.c
@@ -2092,8 +2092,8 @@ void *xive_get_trigger_port(uint32_t girq)
return NULL;
if (GIRQ_IS_ESCALATION(girq)) {
- /* Page 2 of the EQ MMIO space is the escalate irq */
- return x->eq_mmio + idx * 0x20000 + 0x10000;
+ /* There is no trigger page for escalation interrupts */
+ return NULL;
} else {
/* Make sure it's an IPI on that chip */
if (girq < x->int_base ||