Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 75288
b: refs/heads/master
c: ce202cb
h: refs/heads/master
v: v3
  • Loading branch information
Thomas Bogendoerfer authored and Ralf Baechle committed Jan 7, 2008
1 parent 60191dd commit ae64ba7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: c990081bf87bf5afcd6d39d8bfce9c6d60b1f2eb
refs/heads/master: ce202cbb9e0b623671e8ecb3d53afdd42b8e458f
4 changes: 2 additions & 2 deletions trunk/arch/mips/kernel/time.c
Original file line number Diff line number Diff line change
Expand Up @@ -147,9 +147,9 @@ static __init int cpu_has_mfc0_count_bug(void)
return 1;

/*
* I don't have erratas for newer R4400 so be paranoid.
* we assume newer revisions are ok
*/
return 1;
return 0;
}

return 0;
Expand Down

0 comments on commit ae64ba7

Please sign in to comment.