Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 57783
b: refs/heads/master
c: 7b4f4ec
h: refs/heads/master
i:
  57781: 198608e
  57779: 57b31eb
  57775: cc763bc
v: v3
  • Loading branch information
Chris Dearman authored and Ralf Baechle committed Jun 14, 2007
1 parent e2e1851 commit 4544540
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 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: ffe9ee4709cf513fb80e9b7e04d214dd8b76a10d
refs/heads/master: 7b4f4ec21038ac13c63d130357d1c3015ec3f3e8
5 changes: 4 additions & 1 deletion trunk/arch/mips/mips-boards/generic/time.c
Original file line number Diff line number Diff line change
Expand Up @@ -295,11 +295,14 @@ void __init plat_perf_setup(struct irqaction *irq)
void __init plat_timer_setup(struct irqaction *irq)
{
int hwint = 0;
#ifdef MSC01E_INT_BASE
if (cpu_has_veic) {
set_vi_handler (MSC01E_INT_CPUCTR, mips_timer_dispatch);
mips_cpu_timer_irq = MSC01E_INT_BASE + MSC01E_INT_CPUCTR;
}
else {
else
#endif
{
if (cpu_has_mips_r2)
/*
* Read IntCtl.IPTI to determine the timer interrupt
Expand Down

0 comments on commit 4544540

Please sign in to comment.