Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 225868
b: refs/heads/master
c: 0df7095
h: refs/heads/master
v: v3
  • Loading branch information
Russell King committed Dec 3, 2010
1 parent f37eb42 commit 795a5ef
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 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: 24480d980e9063b3ebd0dfdf2f396c305956c356
refs/heads/master: 0df7095205cbf6ea1cdfe6254e0d6a3b823caa3b
6 changes: 0 additions & 6 deletions trunk/arch/arm/kernel/smp.c
Original file line number Diff line number Diff line change
Expand Up @@ -383,16 +383,10 @@ void __init smp_prepare_boot_cpu(void)

static void send_ipi_message(const struct cpumask *mask, enum ipi_msg_type msg)
{
unsigned long flags;

local_irq_save(flags);

/*
* Call the platform specific cross-CPU call function.
*/
smp_cross_call(mask, msg);

local_irq_restore(flags);
}

void arch_send_call_function_ipi_mask(const struct cpumask *mask)
Expand Down

0 comments on commit 795a5ef

Please sign in to comment.