Re: [PATCH v3 4/8] powerpc/xive: introduce xive_esb_write()

2017-08-31 Thread Benjamin Herrenschmidt
On Wed, 2017-08-30 at 21:46 +0200, Cédric Le Goater wrote: > 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 > Reviewed-by: David Gibson Acked-by: B

[PATCH v3 4/8] powerpc/xive: introduce xive_esb_write()

2017-08-30 Thread Cédric Le Goater
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 Reviewed-by: David Gibson --- arch/powerpc/sysdev/xive/common.c | 11 ++- 1 file changed, 10 insert