diff options
author | Andi Kleen <ak@suse.de> | 2005-09-12 12:49:24 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-09-12 13:49:55 -0400 |
commit | f1f4e83fd9b5ce77d05825586d0426a54b8f3a68 (patch) | |
tree | 4e4b5366927d915ec77ed2118b40b3390a3b9071 /arch/x86_64/kernel/smp.c | |
parent | b4452218c4b7a579056d439b73a668b71654c137 (diff) |
[PATCH] x86-64: White space and comment fixes for smp_call_function_single
No functional changes
Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch/x86_64/kernel/smp.c')
-rw-r--r-- | arch/x86_64/kernel/smp.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/arch/x86_64/kernel/smp.c b/arch/x86_64/kernel/smp.c index e5958220d6b8..82d38f145b43 100644 --- a/arch/x86_64/kernel/smp.c +++ b/arch/x86_64/kernel/smp.c | |||
@@ -295,8 +295,11 @@ void unlock_ipi_call_lock(void) | |||
295 | /* | 295 | /* |
296 | * this function sends a 'generic call function' IPI to one other CPU | 296 | * this function sends a 'generic call function' IPI to one other CPU |
297 | * in the system. | 297 | * in the system. |
298 | * | ||
299 | * cpu is a standard Linux logical CPU number. | ||
298 | */ | 300 | */ |
299 | static void __smp_call_function_single (int cpu, void (*func) (void *info), void *info, | 301 | static void |
302 | __smp_call_function_single(int cpu, void (*func) (void *info), void *info, | ||
300 | int nonatomic, int wait) | 303 | int nonatomic, int wait) |
301 | { | 304 | { |
302 | struct call_data_struct data; | 305 | struct call_data_struct data; |