summaryrefslogtreecommitdiffstats
path: root/arch/s390/include
diff options
context:
space:
mode:
authorPhilipp Rudo2019-06-28 17:38:05 +0200
committerVasily Gorbik2019-07-11 20:40:02 +0200
commit1b2be2071aca9aab22e3f902bcb0fca46a1d3b00 (patch)
tree8cf36af21ed691cd3fc2d4168837150b9bdb2725 /arch/s390/include
parents390: vfio-ap: fix irq registration (diff)
downloadkernel-qcow2-linux-1b2be2071aca9aab22e3f902bcb0fca46a1d3b00.tar.gz
kernel-qcow2-linux-1b2be2071aca9aab22e3f902bcb0fca46a1d3b00.tar.xz
kernel-qcow2-linux-1b2be2071aca9aab22e3f902bcb0fca46a1d3b00.zip
s390/ipl: Fix detection of has_secure attribute
Use the correct bit for detection of the machine capability associated with the has_secure attribute. It is expected that the underlying platform (including hypervisors) unsets the bit when they don't provide secure ipl for their guests. Fixes: c9896acc7851 ("s390/ipl: Provide has_secure sysfs attribute") Cc: stable@vger.kernel.org # 5.2 Signed-off-by: Philipp Rudo <prudo@linux.ibm.com> Reviewed-by: Christian Borntraeger <borntraeger@de.ibm.com> Reviewed-by: Peter Oberparleiter <oberpar@linux.ibm.com> Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
Diffstat (limited to 'arch/s390/include')
-rw-r--r--arch/s390/include/asm/sclp.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/s390/include/asm/sclp.h b/arch/s390/include/asm/sclp.h
index f577c5f6031a..c563f8368b19 100644
--- a/arch/s390/include/asm/sclp.h
+++ b/arch/s390/include/asm/sclp.h
@@ -80,7 +80,6 @@ struct sclp_info {
unsigned char has_gisaf : 1;
unsigned char has_diag318 : 1;
unsigned char has_sipl : 1;
- unsigned char has_sipl_g2 : 1;
unsigned char has_dirq : 1;
unsigned int ibc;
unsigned int mtid;