Skip to content

Commit

Permalink
x86/nmi: export local_touch_nmi() symbol for modules
Browse files Browse the repository at this point in the history
Signed-off-by: Jacob Pan <jacob.jun.pan@linux.intel.com>
Signed-off-by: Zhang Rui <rui.zhang@intel.com>
  • Loading branch information
Jacob Pan authored and Zhang Rui committed Jan 17, 2013
1 parent 4dbd277 commit 29c6fb7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/x86/kernel/nmi.c
Original file line number Diff line number Diff line change
Expand Up @@ -509,3 +509,4 @@ void local_touch_nmi(void)
{
__this_cpu_write(last_nmi_rip, 0);
}
EXPORT_SYMBOL_GPL(local_touch_nmi);

0 comments on commit 29c6fb7

Please sign in to comment.