Skip to content

Commit

Permalink
[MIPS] JMR3927: Fixup another victim of the irq pt_regs cleanup.
Browse files Browse the repository at this point in the history
Signed-off-by: Ralf Baechle <[email protected]>
  • Loading branch information
ralfbaechle committed Oct 30, 2006
1 parent 77aec99 commit e523318
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions 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 e523318

Please sign in to comment.