Commit e5233184 authored by Ralf Baechle's avatar Ralf Baechle

[MIPS] JMR3927: Fixup another victim of the irq pt_regs cleanup.

Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent 77aec999
...@@ -288,6 +288,8 @@ static void tx_branch_likely_bug_fixup(void) ...@@ -288,6 +288,8 @@ static void tx_branch_likely_bug_fixup(void)
static void jmr3927_spurious(void) static void jmr3927_spurious(void)
{ {
struct pt_regs * regs = get_irq_regs();
#ifdef CONFIG_TX_BRANCH_LIKELY_BUG_WORKAROUND #ifdef CONFIG_TX_BRANCH_LIKELY_BUG_WORKAROUND
tx_branch_likely_bug_fixup(); tx_branch_likely_bug_fixup();
#endif #endif
...@@ -297,6 +299,7 @@ static void jmr3927_spurious(void) ...@@ -297,6 +299,7 @@ static void jmr3927_spurious(void)
asmlinkage void plat_irq_dispatch(void) asmlinkage void plat_irq_dispatch(void)
{ {
struct pt_regs * regs = get_irq_regs();
int irq; int irq;
#ifdef CONFIG_TX_BRANCH_LIKELY_BUG_WORKAROUND #ifdef CONFIG_TX_BRANCH_LIKELY_BUG_WORKAROUND
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment