arm64/vector: Reduce two useless instructions
Signed-off-by: wangmingrong1 <wangmingrong1@xiaomi.com>
This commit is contained in:
parent
d22e6d7489
commit
e5e9032ea0
1 changed files with 2 additions and 4 deletions
|
@ -89,10 +89,8 @@
|
|||
|
||||
/* Increment exception depth */
|
||||
|
||||
mrs \xreg0, tpidrro_el0
|
||||
mov \xreg1, #1
|
||||
add \xreg0, \xreg0, \xreg1
|
||||
msr tpidrro_el0, \xreg0
|
||||
add \xreg1, \xreg1, #1
|
||||
msr tpidrro_el0, \xreg1
|
||||
|
||||
/* Save the FPU registers */
|
||||
|
||||
|
|
Loading…
Reference in a new issue