From: Ralf Baechle Date: Mon, 30 Oct 2006 15:32:27 +0000 (+0000) Subject: [MIPS] JMR3927: Fixup another victim of the irq pt_regs cleanup. X-Git-Tag: v3.12-rc1~31920^2~20^2~304^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e52331845784daeefb78ab3b13efce51af3255bc;p=kernel%2Fkernel-generic.git [MIPS] JMR3927: Fixup another victim of the irq pt_regs cleanup. Signed-off-by: Ralf Baechle --- diff --git a/arch/mips/jmr3927/rbhma3100/irq.c b/arch/mips/jmr3927/rbhma3100/irq.c index 39a0243..de4a238 100644 --- a/arch/mips/jmr3927/rbhma3100/irq.c +++ b/arch/mips/jmr3927/rbhma3100/irq.c @@ -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