diff options
author | Jacob Pan <jacob.jun.pan@linux.intel.com> | 2013-01-04 06:12:44 -0500 |
---|---|---|
committer | Zhang Rui <rui.zhang@intel.com> | 2013-01-17 09:25:57 -0500 |
commit | 29c6fb7be156ae3c0e202c3903087ab6e57d3ad3 (patch) | |
tree | b2c5f684b21b19c60fd2f2fc105e03808fdeefae /arch/x86 | |
parent | 4dbd27711cd92bcc364426937a0d5e80f10b1cfb (diff) |
x86/nmi: export local_touch_nmi() symbol for modules
Signed-off-by: Jacob Pan <jacob.jun.pan@linux.intel.com>
Signed-off-by: Zhang Rui <rui.zhang@intel.com>
Diffstat (limited to 'arch/x86')
-rw-r--r-- | arch/x86/kernel/nmi.c | 1 |
1 files changed, 1 insertions, 0 deletions
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) | |||
509 | { | 509 | { |
510 | __this_cpu_write(last_nmi_rip, 0); | 510 | __this_cpu_write(last_nmi_rip, 0); |
511 | } | 511 | } |
512 | EXPORT_SYMBOL_GPL(local_touch_nmi); | ||