Re: [PATCH 1/2] powerpc/xmon: Allow passing an argument to ppc_md.restart()

2020-01-28 Thread Michael Ellerman
On Fri, 2019-11-01 at 08:55:21 UTC, Oliver O'Halloran wrote: > On PowerNV a few different kinds of reboot are supported. We'd like to be > able to exercise these from xmon so allow 'zr' to take an argument, and > pass that to the ppc_md.restart() function. > > Signed-off-by: Oliver O'Halloran

[PATCH 1/2] powerpc/xmon: Allow passing an argument to ppc_md.restart()

2019-11-01 Thread Oliver O'Halloran
On PowerNV a few different kinds of reboot are supported. We'd like to be able to exercise these from xmon so allow 'zr' to take an argument, and pass that to the ppc_md.restart() function. Signed-off-by: Oliver O'Halloran --- arch/powerpc/xmon/xmon.c | 11 +++ 1 file changed, 7