Commit 231fd906 authored by Adrian Bunk's avatar Adrian Bunk Committed by Ingo Molnar

x86 mce_64.c: make struct mcelog static

This patch makes the needlessly global struct mcelog static.
Signed-off-by: default avatarAdrian Bunk <bunk@kernel.org>
Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent 52e3d90d
...@@ -63,7 +63,7 @@ static DECLARE_WAIT_QUEUE_HEAD(mce_wait); ...@@ -63,7 +63,7 @@ static DECLARE_WAIT_QUEUE_HEAD(mce_wait);
* separate MCEs from kernel messages to avoid bogus bug reports. * separate MCEs from kernel messages to avoid bogus bug reports.
*/ */
struct mce_log mcelog = { static struct mce_log mcelog = {
MCE_LOG_SIGNATURE, MCE_LOG_SIGNATURE,
MCE_LOG_LEN, MCE_LOG_LEN,
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment