Skip to content

Commit

Permalink
[PATCH] x86-64: Export smp_call_function_single
Browse files Browse the repository at this point in the history
smp_call_function() is exported, makes sense to export this one too.

Signed-off-by: Andi Kleen <ak@suse.de>
  • Loading branch information
Andi Kleen authored and Andi Kleen committed Dec 7, 2006
1 parent d9408ce commit 64a26a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/x86_64/kernel/smp.c
Original file line number Diff line number Diff line change
Expand Up @@ -385,6 +385,7 @@ int smp_call_function_single (int cpu, void (*func) (void *info), void *info,
put_cpu();
return 0;
}
EXPORT_SYMBOL(smp_call_function_single);

/*
* this function sends a 'generic call function' IPI to all other CPUs
Expand Down

0 comments on commit 64a26a7

Please sign in to comment.