提交 9c2c5457 编写于 作者: K Kyle McMartin 提交者: Matthew Wilcox

[PARISC] [BUGFIX] nullify branch delay slot of the jump back to

intr_restore in intr_do_preempt. This prevents the execution
of an unwanted insn...
Signed-off-by: NKyle McMartin <kyle@parisc-linux.org>
上级 136ce40e
...@@ -1069,7 +1069,7 @@ intr_do_preempt: ...@@ -1069,7 +1069,7 @@ intr_do_preempt:
BL preempt_schedule_irq, %r2 BL preempt_schedule_irq, %r2
nop nop
b intr_restore /* ssm PSW_SM_I done by intr_restore */ b,n intr_restore /* ssm PSW_SM_I done by intr_restore */
#endif /* CONFIG_PREEMPT */ #endif /* CONFIG_PREEMPT */
.import do_signal,code .import do_signal,code
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册