Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 38283
b: refs/heads/master
c: 34c2dd0
h: refs/heads/master
i:
  38281: 9813362
  38279: 6d70f02
v: v3
  • Loading branch information
Ralf Baechle committed Oct 3, 2006
1 parent 5294702 commit 3806fcc
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: d599def5cd81439e7da04dc6754b257043f5e584
refs/heads/master: 34c2dd01fd10268fb8f362c8275f75517770e286
2 changes: 1 addition & 1 deletion trunk/arch/mips/sibyte/bcm1480/irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@ asmlinkage void plat_irq_dispatch(struct pt_regs *regs)
write_c0_compare(read_c0_count());
#endif

pending = read_c0_cause();
pending = read_c0_cause() & read_c0_status();

#ifdef CONFIG_SIBYTE_BCM1480_PROF
if (pending & CAUSEF_IP7) /* Cpu performance counter interrupt */
Expand Down

0 comments on commit 3806fcc

Please sign in to comment.