diff options
author | Mete Durlu <meted@linux.ibm.com> | 2025-01-14 17:03:09 +0100 |
---|---|---|
committer | Alexander Gordeev <agordeev@linux.ibm.com> | 2025-01-15 13:59:08 +0100 |
commit | 0d30871739ab433e114b0058f08b6b1c7b816f7e (patch) | |
tree | 72ebbd16b08e8f12494bfe3e698b97ab5f3de9a1 /arch/s390/include/asm/sclp.h | |
parent | b2bc1b1a77c0ffc2f51e90b1112d7f5530e4d15c (diff) |
s390/diag: Add memory topology information via diag310
Introduce diag310 and memory topology related subcodes.
Provide memory topology information obtanied from diag310 to userspace
via diag ioctl.
Signed-off-by: Mete Durlu <meted@linux.ibm.com>
Reviewed-by: Heiko Carstens <hca@linux.ibm.com>
Signed-off-by: Alexander Gordeev <agordeev@linux.ibm.com>
Diffstat (limited to 'arch/s390/include/asm/sclp.h')
-rw-r--r-- | arch/s390/include/asm/sclp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/s390/include/asm/sclp.h b/arch/s390/include/asm/sclp.h index 8ec6e436bf4c..4da3b2956285 100644 --- a/arch/s390/include/asm/sclp.h +++ b/arch/s390/include/asm/sclp.h @@ -92,6 +92,7 @@ struct sclp_info { unsigned char has_kss : 1; unsigned char has_diag204_bif : 1; unsigned char has_gisaf : 1; + unsigned char has_diag310 : 1; unsigned char has_diag318 : 1; unsigned char has_diag320 : 1; unsigned char has_diag324 : 1; |