summaryrefslogtreecommitdiffstats
path: root/drivers/misc/cxl/irq.c
diff options
context:
space:
mode:
authorChristophe Lombard2017-04-07 16:11:57 +0200
committerMichael Ellerman2017-04-13 15:34:30 +0200
commit64663f372c72cedeba1b1dc86df9cc159ae5a93d (patch)
treeb90a385b03752d6b418966a616c363e52d8375eb /drivers/misc/cxl/irq.c
parentcxl: Update implementation service layer (diff)
downloadkernel-qcow2-linux-64663f372c72cedeba1b1dc86df9cc159ae5a93d.tar.gz
kernel-qcow2-linux-64663f372c72cedeba1b1dc86df9cc159ae5a93d.tar.xz
kernel-qcow2-linux-64663f372c72cedeba1b1dc86df9cc159ae5a93d.zip
cxl: Rename some psl8 specific functions
Rename a few functions, changing the '_psl' suffix to '_psl8', to make clear that the implementation is psl8 specific. Those functions will have an equivalent implementation for the psl9 in a later patch. Signed-off-by: Christophe Lombard <clombard@linux.vnet.ibm.com> Reviewed-by: Andrew Donnellan <andrew.donnellan@au1.ibm.com> Acked-by: Frederic Barrat <fbarrat@linux.vnet.ibm.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'drivers/misc/cxl/irq.c')
-rw-r--r--drivers/misc/cxl/irq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/misc/cxl/irq.c b/drivers/misc/cxl/irq.c
index 2fa119edb27d..fa9f8a2543a1 100644
--- a/drivers/misc/cxl/irq.c
+++ b/drivers/misc/cxl/irq.c
@@ -34,7 +34,7 @@ static irqreturn_t schedule_cxl_fault(struct cxl_context *ctx, u64 dsisr, u64 da
return IRQ_HANDLED;
}
-irqreturn_t cxl_irq_psl(int irq, struct cxl_context *ctx, struct cxl_irq_info *irq_info)
+irqreturn_t cxl_irq_psl8(int irq, struct cxl_context *ctx, struct cxl_irq_info *irq_info)
{
u64 dsisr, dar;