Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 40496
b: refs/heads/master
c: e523318
h: refs/heads/master
v: v3
  • Loading branch information
Ralf Baechle committed Oct 30, 2006
1 parent 19c3441 commit b2e68d3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 77aec99906367276afedf6f5583671de2ff609be
refs/heads/master: e52331845784daeefb78ab3b13efce51af3255bc
3 changes: 3 additions & 0 deletions trunk/arch/mips/jmr3927/rbhma3100/irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,8 @@ static void tx_branch_likely_bug_fixup(void)

static void jmr3927_spurious(void)
{
struct pt_regs * regs = get_irq_regs();

#ifdef CONFIG_TX_BRANCH_LIKELY_BUG_WORKAROUND
tx_branch_likely_bug_fixup();
#endif
Expand All @@ -297,6 +299,7 @@ static void jmr3927_spurious(void)

asmlinkage void plat_irq_dispatch(void)
{
struct pt_regs * regs = get_irq_regs();
int irq;

#ifdef CONFIG_TX_BRANCH_LIKELY_BUG_WORKAROUND
Expand Down

0 comments on commit b2e68d3

Please sign in to comment.