Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 72781
b: refs/heads/master
c: 22df3f5
h: refs/heads/master
i:
  72779: 18396fc
v: v3
  • Loading branch information
Yoichi Yuasa authored and Ralf Baechle committed Oct 29, 2007
1 parent 06fb336 commit fb48b68
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 8a13ecd7b2f8008659e91213f2803f269f1d8edf
refs/heads/master: 22df3f53e33d55335e1ef43d4e6ead54b379b3a2
2 changes: 1 addition & 1 deletion trunk/arch/mips/kernel/cevt-r4k.c
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ void __cpuinit mips_clockevent_init(void)
struct clock_event_device *cd;
unsigned int irq = MIPS_CPU_IRQ_BASE + 7;

if (!cpu_has_counter)
if (!cpu_has_counter || !mips_hpt_frequency)
return;

#ifdef CONFIG_MIPS_MT_SMTC
Expand Down

0 comments on commit fb48b68

Please sign in to comment.