aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2007-07-27 18:39:19 +0100
committerRalf Baechle <ralf@linux-mips.org>2007-07-31 21:35:24 +0100
commitefaa534ed191662270e3be143c8a038a7492ce8f (patch)
tree476776ff381e6ae3dd162f9cae6faa5ad511d37c /arch/mips/kernel
parent[MIPS] SMTC: Declare static what should be static. (diff)
downloadlinux-dev-efaa534ed191662270e3be143c8a038a7492ce8f.tar.xz
linux-dev-efaa534ed191662270e3be143c8a038a7492ce8f.zip
[MIPS] SMTC: smtc_timer_broadcast ignores its arguments, make it void.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/kernel')
-rw-r--r--arch/mips/kernel/smtc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/kernel/smtc.c b/arch/mips/kernel/smtc.c
index 2bfb2ee8435d..f2c7aed663e7 100644
--- a/arch/mips/kernel/smtc.c
+++ b/arch/mips/kernel/smtc.c
@@ -876,7 +876,7 @@ void deferred_smtc_ipi(void)
* Send clock tick to all TCs except the one executing the funtion
*/
-void smtc_timer_broadcast(int vpe)
+void smtc_timer_broadcast(void)
{
int cpu;
int myTC = cpu_data[smp_processor_id()].tc_id;