diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2007-07-27 13:39:19 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2007-07-31 16:35:24 -0400 |
commit | efaa534ed191662270e3be143c8a038a7492ce8f (patch) | |
tree | 476776ff381e6ae3dd162f9cae6faa5ad511d37c /arch/mips/kernel/smtc.c | |
parent | 97aef63c9f403e4a3d07e3da9e468add0cd93385 (diff) |
[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/smtc.c')
-rw-r--r-- | arch/mips/kernel/smtc.c | 2 |
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) | |||
876 | * Send clock tick to all TCs except the one executing the funtion | 876 | * Send clock tick to all TCs except the one executing the funtion |
877 | */ | 877 | */ |
878 | 878 | ||
879 | void smtc_timer_broadcast(int vpe) | 879 | void smtc_timer_broadcast(void) |
880 | { | 880 | { |
881 | int cpu; | 881 | int cpu; |
882 | int myTC = cpu_data[smp_processor_id()].tc_id; | 882 | int myTC = cpu_data[smp_processor_id()].tc_id; |