Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 190899
b: refs/heads/master
c: 4e73238
h: refs/heads/master
i:
  190897: a43258e
  190895: fc8aca3
v: v3
  • Loading branch information
Wu Zhangjin authored and Ralf Baechle committed May 15, 2010
1 parent be66806 commit a6ca0ff
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: 46afb8296c2494bfce17064124b253eb9b176ef9
refs/heads/master: 4e73238d163c6fcf001264832701d2a6d4927672
2 changes: 1 addition & 1 deletion trunk/arch/mips/oprofile/op_model_loongson2.c
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ static irqreturn_t loongson2_perfcount_handler(int irq, void *dev_id)
*/

/* Check whether the irq belongs to me */
enabled = read_c0_perfcnt() & LOONGSON2_PERFCNT_INT_EN;
enabled = read_c0_perfctrl() & LOONGSON2_PERFCNT_INT_EN;
if (!enabled)
return IRQ_NONE;
enabled = reg.cnt1_enabled | reg.cnt2_enabled;
Expand Down

0 comments on commit a6ca0ff

Please sign in to comment.