mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-06 09:56:25 -04:00
s390/mcck: keep machine check interruption codes sorted
This update puts in order MCCK_CODE_CPU_TIMER_VALID code definition. Signed-off-by: Alexander Gordeev <agordeev@linux.ibm.com> Reviewed-by: Heiko Carstens <hca@linux.ibm.com> Signed-off-by: Heiko Carstens <hca@linux.ibm.com> Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
This commit is contained in:
committed by
Vasily Gorbik
parent
d35925b349
commit
549abb7f36
@@ -23,7 +23,6 @@
|
||||
#define MCCK_CODE_SYSTEM_DAMAGE BIT(63)
|
||||
#define MCCK_CODE_EXT_DAMAGE BIT(63 - 5)
|
||||
#define MCCK_CODE_CP BIT(63 - 9)
|
||||
#define MCCK_CODE_CPU_TIMER_VALID BIT(63 - 46)
|
||||
#define MCCK_CODE_STG_ERROR BIT(63 - 16)
|
||||
#define MCCK_CODE_STG_KEY_ERROR BIT(63 - 18)
|
||||
#define MCCK_CODE_STG_DEGRAD BIT(63 - 19)
|
||||
@@ -33,6 +32,7 @@
|
||||
#define MCCK_CODE_CR_VALID BIT(63 - 29)
|
||||
#define MCCK_CODE_GS_VALID BIT(63 - 36)
|
||||
#define MCCK_CODE_FC_VALID BIT(63 - 43)
|
||||
#define MCCK_CODE_CPU_TIMER_VALID BIT(63 - 46)
|
||||
|
||||
#ifndef __ASSEMBLY__
|
||||
|
||||
|
||||
Reference in New Issue
Block a user