Commit f1f4e83f authored by Andi Kleen's avatar Andi Kleen Committed by Linus Torvalds

[PATCH] x86-64: White space and comment fixes for smp_call_function_single

No functional changes
Signed-off-by: default avatarAndi Kleen <ak@suse.de>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent b4452218
...@@ -295,8 +295,11 @@ void unlock_ipi_call_lock(void) ...@@ -295,8 +295,11 @@ void unlock_ipi_call_lock(void)
/* /*
* this function sends a 'generic call function' IPI to one other CPU * this function sends a 'generic call function' IPI to one other CPU
* in the system. * in the system.
*
* cpu is a standard Linux logical CPU number.
*/ */
static void __smp_call_function_single (int cpu, void (*func) (void *info), void *info, static void
__smp_call_function_single(int cpu, void (*func) (void *info), void *info,
int nonatomic, int wait) int nonatomic, int wait)
{ {
struct call_data_struct data; struct call_data_struct data;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment