aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/include/asm/sclp.h
diff options
context:
space:
mode:
authorAlexander Yarygin <yarygin@linux.vnet.ibm.com>2016-04-01 15:36:51 +0300
committerChristian Borntraeger <borntraeger@de.ibm.com>2016-05-09 13:33:59 +0200
commit154fa27e6ba37931ca585598acf17c4dcd44c81a (patch)
tree894fdca609b44f75a55267b44ddb9dcd8beec35f /arch/s390/include/asm/sclp.h
parentKVM: s390: Enable all facility bits that are known good for passthrough (diff)
downloadlinux-dev-154fa27e6ba37931ca585598acf17c4dcd44c81a.tar.xz
linux-dev-154fa27e6ba37931ca585598acf17c4dcd44c81a.zip
s390/sclp: Add hmfai field
Let's add hypervisor-managed facility-apportionment indications field to SCLP structs. KVM will use it to reduce maintenance cost of Non-Hypervisor-Managed facility bits. Signed-off-by: Alexander Yarygin <yarygin@linux.vnet.ibm.com> Reviewed-by: David Hildenbrand <dahi@linux.vnet.ibm.com> Reviewed-by: Eric Farman <farman@linux.vnet.ibm.com> Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com>
Diffstat (limited to 'arch/s390/include/asm/sclp.h')
-rw-r--r--arch/s390/include/asm/sclp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/s390/include/asm/sclp.h b/arch/s390/include/asm/sclp.h
index bab456be9a4f..994a66c09e8f 100644
--- a/arch/s390/include/asm/sclp.h
+++ b/arch/s390/include/asm/sclp.h
@@ -69,6 +69,7 @@ struct sclp_info {
unsigned int max_cores;
unsigned long hsa_size;
unsigned long facilities;
+ unsigned int hmfai;
};
extern struct sclp_info sclp;