diff options
author | Len Brown <len.brown@intel.com> | 2010-08-14 23:55:47 -0400 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2010-08-14 23:55:47 -0400 |
commit | feb29c5175e61d0f1ec2cbcaccdfa55e588780be (patch) | |
tree | e904f95a4ef4e601af0c2d6619671b8a210c8a65 /include/linux/cper.h | |
parent | f2a66185bed21427d8d347a42eaf0ad1d3d9fc63 (diff) | |
parent | 2ff729d506e8db82d76a93bc963df4d0a4d46b57 (diff) |
Merge branch 'apei' into release
Diffstat (limited to 'include/linux/cper.h')
-rw-r--r-- | include/linux/cper.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/linux/cper.h b/include/linux/cper.h index 4b38f905b705..bf972f81e2a7 100644 --- a/include/linux/cper.h +++ b/include/linux/cper.h | |||
@@ -39,10 +39,10 @@ | |||
39 | * Severity difinition for error_severity in struct cper_record_header | 39 | * Severity difinition for error_severity in struct cper_record_header |
40 | * and section_severity in struct cper_section_descriptor | 40 | * and section_severity in struct cper_section_descriptor |
41 | */ | 41 | */ |
42 | #define CPER_SER_RECOVERABLE 0x0 | 42 | #define CPER_SEV_RECOVERABLE 0x0 |
43 | #define CPER_SER_FATAL 0x1 | 43 | #define CPER_SEV_FATAL 0x1 |
44 | #define CPER_SER_CORRECTED 0x2 | 44 | #define CPER_SEV_CORRECTED 0x2 |
45 | #define CPER_SER_INFORMATIONAL 0x3 | 45 | #define CPER_SEV_INFORMATIONAL 0x3 |
46 | 46 | ||
47 | /* | 47 | /* |
48 | * Validation bits difinition for validation_bits in struct | 48 | * Validation bits difinition for validation_bits in struct |