]> git.karo-electronics.de Git - linux-beck.git/commit
s390: hypfs: Move diag implementation and data definitions
authorJanosch Frank <frankja@linux.vnet.ibm.com>
Thu, 4 Feb 2016 09:24:52 +0000 (10:24 +0100)
committerChristian Borntraeger <borntraeger@de.ibm.com>
Fri, 10 Jun 2016 10:07:09 +0000 (12:07 +0200)
commite65f30e0cb29694c4241bd9c96ea9413938fcec5
tree6025f036493478cf6ae6d1c19edbc7cc08ffb5be
parentdca4d728773a2f48e999c8617524bbf8dee4807f
s390: hypfs: Move diag implementation and data definitions

Diag 204 data and function definitions currently live in the hypfs
files. As KVM will be a consumer of this data, we need to make it
publicly available and move it to the appropriate diag.{c,h} files.

__attribute__ ((packed)) occurences were replaced with __packed for
all moved structs.

Signed-off-by: Janosch Frank <frankja@linux.vnet.ibm.com>
Reviewed-by: David Hildenbrand <dahi@linux.vnet.ibm.com>
Acked-by: Michael Holzheu <holzheu@linux.vnet.ibm.com>
Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com>
arch/s390/hypfs/hypfs_diag.c
arch/s390/include/asm/diag.h
arch/s390/kernel/diag.c