diff options
Diffstat (limited to 'drivers/misc/cxl/irq.c')
-rw-r--r-- | drivers/misc/cxl/irq.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/misc/cxl/irq.c b/drivers/misc/cxl/irq.c index 3c04c14d1c60..be646dc41a2c 100644 --- a/drivers/misc/cxl/irq.c +++ b/drivers/misc/cxl/irq.c | |||
@@ -270,7 +270,7 @@ int afu_allocate_irqs(struct cxl_context *ctx, u32 count) | |||
270 | 270 | ||
271 | if (cpu_has_feature(CPU_FTR_HVMODE)) { | 271 | if (cpu_has_feature(CPU_FTR_HVMODE)) { |
272 | /* Multiplexed PSL Interrupt */ | 272 | /* Multiplexed PSL Interrupt */ |
273 | ctx->irqs.offset[0] = ctx->afu->psl_hwirq; | 273 | ctx->irqs.offset[0] = ctx->afu->native->psl_hwirq; |
274 | ctx->irqs.range[0] = 1; | 274 | ctx->irqs.range[0] = 1; |
275 | } | 275 | } |
276 | 276 | ||