--- v3
+++ v1
@@ -1,18 +1,13 @@
-Some source support MMIO stores on the ESB page to perform EOI. Let's
-introduce a specific routine for this case even if this should be the
-only use of it.
-
Signed-off-by: Cédric Le Goater <clg@kaod.org>
-Reviewed-by: David Gibson <david@gibson.dropbear.id.au>
---
arch/powerpc/sysdev/xive/common.c | 11 ++++++++++-
1 file changed, 10 insertions(+), 1 deletion(-)
diff --git a/arch/powerpc/sysdev/xive/common.c b/arch/powerpc/sysdev/xive/common.c
-index 8a58662ed793..ac5f18a66742 100644
+index e6b245bb9602..22b6f8954083 100644
--- a/arch/powerpc/sysdev/xive/common.c
+++ b/arch/powerpc/sysdev/xive/common.c
-@@ -203,6 +203,15 @@ static u8 xive_esb_read(struct xive_irq_data *xd, u32 offset)
+@@ -203,6 +203,15 @@ static u8 xive_peek_esb(struct xive_irq_data *xd, u32 offset)
return (u8)val;
}
@@ -38,4 +33,4 @@
/*
* The FW told us to call it. This happens for some
--
-2.13.5
+2.7.5