We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc46666 commit 1580246Copy full SHA for 1580246
arch/x86/kernel/cpu/mce/internal.h
@@ -113,11 +113,6 @@ static inline void mce_unregister_injector_chain(struct notifier_block *nb) { }
113
#endif
114
115
struct mca_config {
116
- bool dont_log_ce;
117
- bool cmci_disabled;
118
- bool ignore_ce;
119
- bool print_all;
120
-
121
__u64 lmce_disabled : 1,
122
disabled : 1,
123
ser : 1,
@@ -127,11 +122,16 @@ struct mca_config {
127
initialized : 1,
128
__reserved : 58;
129
124
130
- s8 bootlog;
125
+ bool dont_log_ce;
126
+ bool cmci_disabled;
+ bool ignore_ce;
+ bool print_all;
+
131
int tolerant;
132
int monarch_timeout;
133
int panic_timeout;
134
u32 rip_msr;
+ s8 bootlog;
135
};
136
137
extern struct mca_config mca_cfg;
0 commit comments