mbox series

[kvm-unit-tests,RFC,0/2] lib: s390x: Inline asm cleanup

Message ID 20240201142356.534783-1-frankja@linux.ibm.com (mailing list archive)
Headers show
Series lib: s390x: Inline asm cleanup | expand

Message

Janosch Frank Feb. 1, 2024, 2:23 p.m. UTC
The library should not have unnamed inline assembly arguments for the
sake of readability. This series names the arguments and removes
unused ones.

Janosch Frank (2):
  lib: s390x: sigp: Name inline assembly arguments
  lib: s390x: css: Name inline assembly arguments and clean them up

 lib/s390x/asm/sigp.h | 10 +++---
 lib/s390x/css.h      | 76 ++++++++++++++++++++++----------------------
 2 files changed, 43 insertions(+), 43 deletions(-)