Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 98151
b: refs/heads/master
c: a9ad02b
h: refs/heads/master
i:
  98149: 3bbaeda
  98147: c9f1e58
  98143: 4dd0fdc
v: v3
  • Loading branch information
Zenon Fortuna authored and Ralf Baechle committed Jun 16, 2008
1 parent ca881df commit eaa1106
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 461a082f870c7fc6a0a245e2f93c9f0e3afbeddd
refs/heads/master: a9ad02bdbb0193203a477bbd0e833adf9fb29ac4
2 changes: 2 additions & 0 deletions trunk/arch/mips/kernel/smp.c
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,7 @@ int smp_call_function(void (*func) (void *info), void *info, int retry,
{
return smp_call_function_mask(cpu_online_map, func, info, retry, wait);
}
EXPORT_SYMBOL(smp_call_function);

void smp_call_function_interrupt(void)
{
Expand Down Expand Up @@ -271,6 +272,7 @@ int smp_call_function_single(int cpu, void (*func) (void *info), void *info,
put_cpu();
return 0;
}
EXPORT_SYMBOL(smp_call_function_single);

static void stop_this_cpu(void *dummy)
{
Expand Down

0 comments on commit eaa1106

Please sign in to comment.