Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 72067
b: refs/heads/master
c: dab969c
h: refs/heads/master
i:
  72065: 5d3a835
  72063: 38a2b68
v: v3
  • Loading branch information
Atsushi Nemoto authored and Ralf Baechle committed Oct 22, 2007
1 parent b7bbb96 commit 021cccf
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: 17f690be454de447d8ddc586fa418ebfdb200966
refs/heads/master: dab969c00b8bee17a47057bbb91cd0a348cf6f76
4 changes: 2 additions & 2 deletions trunk/arch/mips/kernel/cevt-r4k.c
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ static int c0_compare_int_usable(void)
* IP7 already pending? Try to clear it by acking the timer.
*/
if (c0_compare_int_pending()) {
write_c0_compare(read_c0_compare());
write_c0_compare(read_c0_count());
irq_disable_hazard();
if (c0_compare_int_pending())
return 0;
Expand All @@ -202,7 +202,7 @@ static int c0_compare_int_usable(void)
if (!c0_compare_int_pending())
return 0;

write_c0_compare(read_c0_compare());
write_c0_compare(read_c0_count());
irq_disable_hazard();
if (c0_compare_int_pending())
return 0;
Expand Down

0 comments on commit 021cccf

Please sign in to comment.