Commit 3fbd93e5 authored by Michal Simek's avatar 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: default avatarMichal Simek <monstr@monstr.eu>
parent 36f60954
......@@ -92,9 +92,7 @@
.endm
.macro clear_vms_ums
msrclr r11, MSR_VMS
nop
msrclr r11, MSR_UMS
msrclr r11, MSR_VMS | MSR_UMS
nop
.endm
#else
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment