Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e5233184 authored by Ralf Baechle's avatar Ralf Baechle
Browse files

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

parent 77aec999
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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
@@ -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