diff options
Diffstat (limited to 'arch/x86/kernel/cpu/mcheck/threshold.c')
| -rw-r--r-- | arch/x86/kernel/cpu/mcheck/threshold.c | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86/kernel/cpu/mcheck/threshold.c b/arch/x86/kernel/cpu/mcheck/threshold.c index fe6b1c86645..7245980186e 100644 --- a/arch/x86/kernel/cpu/mcheck/threshold.c +++ b/arch/x86/kernel/cpu/mcheck/threshold.c @@ -24,14 +24,14 @@ static inline void __smp_threshold_interrupt(void)  	mce_threshold_vector();  } -asmlinkage void smp_threshold_interrupt(void) +asmlinkage __visible void smp_threshold_interrupt(void)  {  	entering_irq();  	__smp_threshold_interrupt();  	exiting_ack_irq();  } -asmlinkage void smp_trace_threshold_interrupt(void) +asmlinkage __visible void smp_trace_threshold_interrupt(void)  {  	entering_irq();  	trace_threshold_apic_entry(THRESHOLD_APIC_VECTOR);  | 
