Re: [PATCH 3/4] powerpc/xive: shutdown XIVE when kexec or kdump is performed

2018-05-04 Thread Cédric Le Goater
On 05/04/2018 12:42 PM, Michael Ellerman wrote: > Cédric Le Goater writes: > >> The hcall H_INT_RESET should be called to make sure XIVE is fully >> reseted. >> >> Signed-off-by: Cédric Le Goater >> --- >> arch/powerpc/platforms/pseries/kexec.c | 7 +-- >> 1 file changed, 5 insertions(+), 2

Re: [PATCH 3/4] powerpc/xive: shutdown XIVE when kexec or kdump is performed

2018-05-04 Thread Michael Ellerman
Cédric Le Goater writes: > The hcall H_INT_RESET should be called to make sure XIVE is fully > reseted. > > Signed-off-by: Cédric Le Goater > --- > arch/powerpc/platforms/pseries/kexec.c | 7 +-- > 1 file changed, 5 insertions(+), 2 deletions(-) > > diff --git a/arch/powerpc/platforms/pseri

[PATCH 3/4] powerpc/xive: shutdown XIVE when kexec or kdump is performed

2018-04-03 Thread Cédric Le Goater
The hcall H_INT_RESET should be called to make sure XIVE is fully reseted. Signed-off-by: Cédric Le Goater --- arch/powerpc/platforms/pseries/kexec.c | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/arch/powerpc/platforms/pseries/kexec.c b/arch/powerpc/platforms/pserie