mirror of
https://github.com/adulau/aha.git
synced 2024-12-29 04:06:22 +00:00
[MIPS] JMR3927: Fixup another victim of the irq pt_regs cleanup.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
parent
77aec99906
commit
e523318457
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue