From: Jacob Pan Date: Fri, 4 Jan 2013 11:12:44 +0000 (+0000) Subject: x86/nmi: export local_touch_nmi() symbol for modules X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=29c6fb7be156ae3c0e202c3903087ab6e57d3ad3;p=linux-beck.git x86/nmi: export local_touch_nmi() symbol for modules Signed-off-by: Jacob Pan Signed-off-by: Zhang Rui --- diff --git a/arch/x86/kernel/nmi.c b/arch/x86/kernel/nmi.c index f84f5c57de35..60308053fdb2 100644 --- a/arch/x86/kernel/nmi.c +++ b/arch/x86/kernel/nmi.c @@ -509,3 +509,4 @@ void local_touch_nmi(void) { __this_cpu_write(last_nmi_rip, 0); } +EXPORT_SYMBOL_GPL(local_touch_nmi);