Re: [PATCH] powerpc/pseries: add definitions for new H_SIGNAL_SYS_RESET hcall

2016-11-08 Thread Michael Ellerman
Nicholas Piggin writes: > This has not made its way to a PAPR release yet, but we have an hcall > number assigned. > > H_SIGNAL_SYS_RESET = 0x380 > > Syntax: > hcall(uint64 H_SIGNAL_SYS_RESET, /* generate a system reset NMI on */ >/*

[PATCH] powerpc/pseries: add definitions for new H_SIGNAL_SYS_RESET hcall

2016-11-07 Thread Nicholas Piggin
This has not made its way to a PAPR release yet, but we have an hcall number assigned. H_SIGNAL_SYS_RESET = 0x380 Syntax: hcall(uint64 H_SIGNAL_SYS_RESET, /* generate a system reset NMI on */ /* the threads indicated by target */ int64 target);