commit | 004f0bba1902960e0d94d3712b94f7cdd9889ea6 | [log] [tgz] |
---|---|---|
author | Heiko Carstens <heiko.carstens@de.ibm.com> | Tue Oct 06 14:45:35 2015 +0200 |
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | Wed Oct 14 14:32:15 2015 +0200 |
tree | 8c73b581fbe833b631afb410f1eb97223c51af88 | |
parent | 92778b9920abddacf31876b3f15d8ea07edeca8d [diff] |
s390/nmi: change type of mcck_interruption_code lowcore field For some unknown reason the mcck_interruption_code field is defined as array of two 32 bit values. Given that this actually is a 64 bit field according to the architecture, change the type to u64. Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>