diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2009-09-25 15:08:01 +0100 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2009-09-30 21:47:00 +0200 |
commit | b533e652df3bbb8f0ea63dc22054edf4cd4155df (patch) | |
tree | 7c8a3485f4b2f9f1a103466b73b8457d5a4c563e /arch/mips/sgi-ip27 | |
parent | 96983ffefce46312e9372d357309dda413553009 (diff) | |
download | linux-3.10-b533e652df3bbb8f0ea63dc22054edf4cd4155df.tar.gz linux-3.10-b533e652df3bbb8f0ea63dc22054edf4cd4155df.tar.bz2 linux-3.10-b533e652df3bbb8f0ea63dc22054edf4cd4155df.zip |
MIPS: SMP: Fix build.
commit 48a048fed82a8e5fdd8618574f6d3de1a0d67a50
Author: Rusty Russell <rusty@rustcorp.com.au>
Date: Thu Sep 24 09:34:44 2009 -0600
apparently only passed the "looks good" level of QA ;-)
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/sgi-ip27')
-rw-r--r-- | arch/mips/sgi-ip27/ip27-smp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/sgi-ip27/ip27-smp.c b/arch/mips/sgi-ip27/ip27-smp.c index 9aa8f2951df..c6851df9ab7 100644 --- a/arch/mips/sgi-ip27/ip27-smp.c +++ b/arch/mips/sgi-ip27/ip27-smp.c @@ -165,7 +165,7 @@ static void ip27_send_ipi_single(int destid, unsigned int action) REMOTE_HUB_SEND_INTR(COMPACT_TO_NASID_NODEID(cpu_to_node(destid)), irq); } -static void ip27_send_ipi(const struct cpumask *mask, unsigned int action) +static void ip27_send_ipi_mask(const struct cpumask *mask, unsigned int action) { unsigned int i; |