On 2019-01-03 11:07, Janosch Frank wrote: > The magic numbers for SIGP are not nice to read, so let's put them in > a new header file. Also move sigp_stop() there, it will later be > joined by more sigp functions and definitions. > > Signed-off-by: Janosch Frank <frankja@xxxxxxxxxxxxx> > --- > lib/s390x/asm/sigp.h | 60 ++++++++++++++++++++++++++++++++++++++++++++++++++++ > lib/s390x/io.c | 11 +--------- > 2 files changed, 61 insertions(+), 10 deletions(-) > create mode 100644 lib/s390x/asm/sigp.h Reviewed-by: Thomas Huth <thuth@xxxxxxxxxx>