mbox series

[kvm-unit-tests,0/2] s390x: diag288: Improve readability

Message ID 20211217103137.1293092-1-nrb@linux.ibm.com (mailing list archive)
Headers show
Series s390x: diag288: Improve readability | expand

Message

Nico Boehr Dec. 17, 2021, 10:31 a.m. UTC
I had a somewhat hard time figuring out what diag288 does, in particular what
the number 424 is. This is an attempt to fix that by improving the naming.

While looking at the code, I also noticed we're missing a clobber for
r0, addressing in this series as well.

Nico Boehr (2):
  s390x: diag288: Add missing clobber
  s390x: diag288: Improve readability

 s390x/diag288.c | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)