projects
/
GitHub
/
mt8127
/
android_kernel_alcatel_ttab.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
52e3d90
)
x86 mce_64.c: make struct mcelog static
author
Adrian Bunk
<bunk@kernel.org>
Wed, 30 Jan 2008 12:30:30 +0000
(13:30 +0100)
committer
Ingo Molnar
<mingo@elte.hu>
Wed, 30 Jan 2008 12:30:30 +0000
(13:30 +0100)
This patch makes the needlessly global struct mcelog static.
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/cpu/mcheck/mce_64.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/x86/kernel/cpu/mcheck/mce_64.c
b/arch/x86/kernel/cpu/mcheck/mce_64.c
index 242e8668dbeb2a6904b9b15feee00f827e099d5f..8ef6a6bfd1125a298f3a8bee09d2cfd9df24a16d 100644
(file)
--- a/
arch/x86/kernel/cpu/mcheck/mce_64.c
+++ b/
arch/x86/kernel/cpu/mcheck/mce_64.c
@@
-63,7
+63,7
@@
static DECLARE_WAIT_QUEUE_HEAD(mce_wait);
* separate MCEs from kernel messages to avoid bogus bug reports.
*/
-struct mce_log mcelog = {
+st
atic st
ruct mce_log mcelog = {
MCE_LOG_SIGNATURE,
MCE_LOG_LEN,
};