Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 72767
b: refs/heads/master
c: 2c771a4
h: refs/heads/master
i:
  72765: dcde5b5
  72763: 64521fa
  72759: 4e1db54
  72751: c8ef8fb
  72735: 54341e7
  72703: 95b9ede
v: v3
  • Loading branch information
Ralf Baechle committed Oct 29, 2007
1 parent 3b43c10 commit 28e14e1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 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: 310a09d8508b8e048c7efdf53bb91f2cd787b58e
refs/heads/master: 2c771a4c28a71b6acc0bd6b7ef56e0a1849c9b09
9 changes: 2 additions & 7 deletions trunk/arch/mips/au1000/common/time.c
Original file line number Diff line number Diff line change
Expand Up @@ -262,15 +262,10 @@ void __init plat_timer_setup(struct irqaction *irq)
* we do this.
*/
if (no_au1xxx_32khz) {
unsigned int c0_status;

printk("WARNING: no 32KHz clock found.\n");

/* Ensure we get CPO_COUNTER interrupts.
*/
c0_status = read_c0_status();
c0_status |= IE_IRQ5;
write_c0_status(c0_status);
/* Ensure we get CPO_COUNTER interrupts. */
set_c0_status(IE_IRQ5);
}
else {
while (au_readl(SYS_COUNTER_CNTRL) & SYS_CNTRL_C0S);
Expand Down

0 comments on commit 28e14e1

Please sign in to comment.