commit | efaa534ed191662270e3be143c8a038a7492ce8f | [log] [tgz] |
---|---|---|
author | Ralf Baechle <ralf@linux-mips.org> | Fri Jul 27 18:39:19 2007 +0100 |
committer | Ralf Baechle <ralf@linux-mips.org> | Tue Jul 31 21:35:24 2007 +0100 |
tree | 476776ff381e6ae3dd162f9cae6faa5ad511d37c | |
parent | 97aef63c9f403e4a3d07e3da9e468add0cd93385 [diff] [blame] |
[MIPS] SMTC: smtc_timer_broadcast ignores its arguments, make it void. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
diff --git a/arch/mips/kernel/smtc.c b/arch/mips/kernel/smtc.c index 2bfb2ee..f2c7aed 100644 --- a/arch/mips/kernel/smtc.c +++ b/arch/mips/kernel/smtc.c
@@ -876,7 +876,7 @@ * 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;