summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHeiko Carstens <heiko.carstens@de.ibm.com>2017-08-01 07:50:10 +0200
committerMartin Schwidefsky <schwidefsky@de.ibm.com>2017-08-02 11:15:34 +0200
commit65a6d0c56c3b866de04777e386a29ebc8b42899a (patch)
tree6627b8912e4d93008e0c76673ce300b95c5b437a
parentdd783b4c7bf685be69e8622ae61628140562acf0 (diff)
downloadtalos-op-linux-65a6d0c56c3b866de04777e386a29ebc8b42899a.tar.gz
talos-op-linux-65a6d0c56c3b866de04777e386a29ebc8b42899a.zip
s390/nmi: keep comments consistent
The name of bit 36 of the machine check interruption code is "guarded storage registers validity". Add the missing "validity" part in order to be consistent with all other comments, which include this piece of information. Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
-rw-r--r--arch/s390/include/asm/nmi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/s390/include/asm/nmi.h b/arch/s390/include/asm/nmi.h
index 9d91cf3e427f..c8e211b9a002 100644
--- a/arch/s390/include/asm/nmi.h
+++ b/arch/s390/include/asm/nmi.h
@@ -72,7 +72,7 @@ union mci {
u64 ar : 1; /* 33 access register validity */
u64 da : 1; /* 34 delayed access exception */
u64 : 1; /* 35 */
- u64 gs : 1; /* 36 guarded storage registers */
+ u64 gs : 1; /* 36 guarded storage registers validity */
u64 : 5; /* 37-41 */
u64 pr : 1; /* 42 tod programmable register validity */
u64 fc : 1; /* 43 fp control register validity */
OpenPOWER on IntegriCloud