Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 107630
b: refs/heads/master
c: 24445a4
h: refs/heads/master
v: v3
  • Loading branch information
David S. Miller committed Aug 4, 2008
1 parent ea7042c commit 785887f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 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: 199266305311d060b6e057fa5c7de01f218bb911
refs/heads/master: 24445a4ac9d3fdd3f96f0ad277cb2ba274470d94
6 changes: 2 additions & 4 deletions trunk/arch/sparc64/kernel/smp.c
Original file line number Diff line number Diff line change
Expand Up @@ -782,10 +782,8 @@ extern unsigned long xcall_sync_tick;

static void smp_start_sync_tick_client(int cpu)
{
cpumask_t mask = cpumask_of_cpu(cpu);

smp_cross_call_masked(&xcall_sync_tick,
0, 0, 0, mask);
xcall_deliver((u64) &xcall_sync_tick, 0, 0,
&cpumask_of_cpu(cpu));
}

extern unsigned long xcall_call_function;
Expand Down

0 comments on commit 785887f

Please sign in to comment.