aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/include/asm')
-rw-r--r--arch/x86/include/asm/mce.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/x86/include/asm/mce.h b/arch/x86/include/asm/mce.h
index e4060de88476..73ba1853951a 100644
--- a/arch/x86/include/asm/mce.h
+++ b/arch/x86/include/asm/mce.h
@@ -123,7 +123,10 @@ struct mce_log {
123struct mca_config { 123struct mca_config {
124 bool dont_log_ce; 124 bool dont_log_ce;
125 u8 banks; 125 u8 banks;
126 s8 bootlog;
126 int tolerant; 127 int tolerant;
128 int monarch_timeout;
129 u32 rip_msr;
127}; 130};
128 131
129extern void mce_register_decode_chain(struct notifier_block *nb); 132extern void mce_register_decode_chain(struct notifier_block *nb);