aboutsummaryrefslogtreecommitdiff
path: root/arch/s390
diff options
context:
space:
mode:
authorGravatar Matthew Rosato <mjrosato@linux.ibm.com> 2022-06-06 16:33:05 -0400
committerGravatar Christian Borntraeger <borntraeger@linux.ibm.com> 2022-07-11 09:53:47 +0200
commite3d27b62110c1ccea4d015f7c5c92f92150668db (patch)
treeec8d48cb96787755cefa5c0170639a8627fdb62d /arch/s390
parentLinux 5.19-rc1 (diff)
downloadlinux-e3d27b62110c1ccea4d015f7c5c92f92150668db.tar.gz
linux-e3d27b62110c1ccea4d015f7c5c92f92150668db.tar.bz2
linux-e3d27b62110c1ccea4d015f7c5c92f92150668db.zip
s390/sclp: detect the zPCI load/store interpretation facility
Detect the zPCI Load/Store Interpretation facility. Reviewed-by: Eric Farman <farman@linux.ibm.com> Reviewed-by: Christian Borntraeger <borntraeger@linux.ibm.com> Reviewed-by: Claudio Imbrenda <imbrenda@linux.ibm.com> Signed-off-by: Matthew Rosato <mjrosato@linux.ibm.com> Link: https://lore.kernel.org/r/20220606203325.110625-2-mjrosato@linux.ibm.com Signed-off-by: Christian Borntraeger <borntraeger@linux.ibm.com>
Diffstat (limited to 'arch/s390')
-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 236b34b75ddb..68ef0ddf6400 100644
--- a/arch/s390/include/asm/sclp.h
+++ b/arch/s390/include/asm/sclp.h
@@ -88,6 +88,7 @@ struct sclp_info {
unsigned char has_sipl : 1;
unsigned char has_dirq : 1;
unsigned char has_iplcc : 1;
+ unsigned char has_zpci_lsi : 1;
unsigned int ibc;
unsigned int mtid;
unsigned int mtid_cp;