On 14/10/2021 14.51, Janosch Frank wrote:
The variable names for the snippet objects are of gigantic length so let's define a few macros to make them easier to read. Also add a standard PSW which should be used to start the snippet. Signed-off-by: Janosch Frank <frankja@xxxxxxxxxxxxx> --- lib/s390x/snippet.h | 34 ++++++++++++++++++++++++++++++++++ s390x/mvpg-sie.c | 13 ++++++------- 2 files changed, 40 insertions(+), 7 deletions(-) create mode 100644 lib/s390x/snippet.h
Reviewed-by: Thomas Huth <thuth@xxxxxxxxxx>