OSDN Git Service

s390/setup: diag 318: refactor struct
authorCollin Walling <walling@linux.ibm.com>
Mon, 22 Jun 2020 15:46:35 +0000 (11:46 -0400)
committerChristian Borntraeger <borntraeger@de.ibm.com>
Tue, 23 Jun 2020 07:16:48 +0000 (09:16 +0200)
commita23816f3cdcbffe5dc6e8c331914b3f51b87c2f3
tree9e48ecbb7cf7588e7f57eb876b774ed592a15c75
parentb3a9e3b9622ae10064826dccb4f7a52bd88c7407
s390/setup: diag 318: refactor struct

The diag 318 struct introduced in include/asm/diag.h can be
reused in KVM, so let's condense the version code fields in the
diag318_info struct for easier usage and simplify it until we
can determine how the data should be formatted.

Signed-off-by: Collin Walling <walling@linux.ibm.com>
Reviewed-by: David Hildenbrand <david@redhat.com>
Reviewed-by: Cornelia Huck <cohuck@redhat.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Janosch Frank <frankja@linux.ibm.com>
Link: https://lore.kernel.org/r/20200622154636.5499-2-walling@linux.ibm.com
Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com>
arch/s390/include/asm/diag.h
arch/s390/kernel/setup.c