Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 63461
b: refs/heads/master
c: efaa534
h: refs/heads/master
i:
  63459: 678875d
v: v3
  • Loading branch information
Ralf Baechle committed Jul 31, 2007
1 parent 21459be commit 6e26727
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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: 97aef63c9f403e4a3d07e3da9e468add0cd93385
refs/heads/master: efaa534ed191662270e3be143c8a038a7492ce8f
2 changes: 1 addition & 1 deletion trunk/arch/mips/kernel/smtc.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
4 changes: 2 additions & 2 deletions trunk/arch/mips/mips-boards/generic/time.c
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ unsigned long cpu_khz;

static int mips_cpu_timer_irq;
extern int cp0_perfcount_irq;
extern void smtc_timer_broadcast(int);
extern void smtc_timer_broadcast(void);

static void mips_timer_dispatch(void)
{
Expand Down Expand Up @@ -131,7 +131,7 @@ irqreturn_t mips_timer_interrupt(int irq, void *dev_id)
(mips_hpt_frequency/HZ));
local_timer_interrupt(irq, dev_id);
}
smtc_timer_broadcast(cpu_data[cpu].vpe_id);
smtc_timer_broadcast();
}
#else /* CONFIG_MIPS_MT_SMTC */
int r2 = cpu_has_mips_r2;
Expand Down

0 comments on commit 6e26727

Please sign in to comment.