提交 3fbd93e5 编写于 作者: M Michal Simek

microblaze: Optimize clear_vms_ums macro

We can save two instruction when MSR_VMS and MSR_UMS
are setup in one instruction.
Signed-off-by: NMichal Simek <monstr@monstr.eu>
上级 36f60954
...@@ -92,9 +92,7 @@ ...@@ -92,9 +92,7 @@
.endm .endm
.macro clear_vms_ums .macro clear_vms_ums
msrclr r11, MSR_VMS msrclr r11, MSR_VMS | MSR_UMS
nop
msrclr r11, MSR_UMS
nop nop
.endm .endm
#else #else
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册