mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [Patch V1 1/2] x86, mce: Remove unused declarations
@ 2015-06-29 23:38 Ashok Raj
  2015-06-29 23:38 ` [Patch V1 2/2] x86, mce: clear Local MCE opt-in before kexec Ashok Raj
  2015-06-30 17:55 ` [Patch V1 1/2] x86, mce: Remove unused declarations Borislav Petkov
  0 siblings, 2 replies; 4+ messages in thread
From: Ashok Raj @ 2015-06-29 23:38 UTC (permalink / raw)
  To: linux-kernel; +Cc: Ashok Raj, linux-edac, Boris Petkov, Tony Luck

Remove unused references

Signed-off-by: Ashok Raj <ashok.raj@intel.com>
---
 arch/x86/include/asm/mce.h | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/arch/x86/include/asm/mce.h b/arch/x86/include/asm/mce.h
index 8ba4d7a..b7a3a34 100644
--- a/arch/x86/include/asm/mce.h
+++ b/arch/x86/include/asm/mce.h
@@ -174,16 +174,12 @@ void cmci_clear(void);
 void cmci_reenable(void);
 void cmci_rediscover(void);
 void cmci_recheck(void);
-void lmce_clear(void);
-void lmce_enable(void);
 #else
 static inline void mce_intel_feature_init(struct cpuinfo_x86 *c) { }
 static inline void cmci_clear(void) {}
 static inline void cmci_reenable(void) {}
 static inline void cmci_rediscover(void) {}
 static inline void cmci_recheck(void) {}
-static inline void lmce_clear(void) {}
-static inline void lmce_enable(void) {}
 #endif
 
 #ifdef CONFIG_X86_MCE_AMD
-- 
2.4.3


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-06-30 18:39 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-06-29 23:38 [Patch V1 1/2] x86, mce: Remove unused declarations Ashok Raj
2015-06-29 23:38 ` [Patch V1 2/2] x86, mce: clear Local MCE opt-in before kexec Ashok Raj
2015-06-30 18:39   ` Borislav Petkov
2015-06-30 17:55 ` [Patch V1 1/2] x86, mce: Remove unused declarations Borislav Petkov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome