Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 87976
b: refs/heads/master
c: 447cdf2
h: refs/heads/master
v: v3
  • Loading branch information
Yoichi Yuasa authored and Ralf Baechle committed Apr 1, 2008
1 parent 1b3608e commit 833d67e
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: 82933342c3b157c93f4b09199bcde8f2e961dff6
refs/heads/master: 447cdf2628b59aa513a42785450b348dced26d8a
2 changes: 1 addition & 1 deletion trunk/arch/mips/kernel/time.c
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,6 @@ void __init time_init(void)
{
plat_time_init();

if (mips_clockevent_init() || !cpu_has_mfc0_count_bug())
if (!mips_clockevent_init() || !cpu_has_mfc0_count_bug())
init_mips_clocksource();
}

0 comments on commit 833d67e

Please sign in to comment.