Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 8577
b: refs/heads/master
c: f1f4e83
h: refs/heads/master
i:
  8575: 659a06d
v: v3
  • Loading branch information
Andi Kleen authored and Linus Torvalds committed Sep 12, 2005
1 parent f1410e1 commit 24c48fa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b4452218c4b7a579056d439b73a668b71654c137
refs/heads/master: f1f4e83fd9b5ce77d05825586d0426a54b8f3a68
5 changes: 4 additions & 1 deletion trunk/arch/x86_64/kernel/smp.c
Original file line number Diff line number Diff line change
Expand Up @@ -295,8 +295,11 @@ void unlock_ipi_call_lock(void)
/*
* this function sends a 'generic call function' IPI to one other CPU
* 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)
{
struct call_data_struct data;
Expand Down

0 comments on commit 24c48fa

Please sign in to comment.