提交 be304350 编写于 作者: M Michal Simek

microblaze: remove enable_irq from SAVE_STATE macro

SAVE_STATE macro is used in hw exceptions high level handling
functions. Hw exception doesn't disable IRQ that's why we don't
need to reenable it.
Signed-off-by: NMichal Simek <monstr@monstr.eu>
上级 63708f63
无相关合并请求
......@@ -509,7 +509,6 @@ C_ENTRY(sys_rt_sigreturn_wrapper):
swi r11, r0, TOPHYS(r0_ram + PTO + PT_R11); /* Save r11 */ \
set_bip; /*equalize initial state for all possible entries*/\
clear_eip; \
enable_irq; \
set_ee; \
/* See if already in kernel mode.*/ \
mfs r11, rmsr; \
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册
反馈
建议
客服 返回
顶部