Revert "hv_asm: Unmask SErrors inside the HV"

This reverts commit bb7c8ad3c5.

This is broken.
This commit is contained in:
Hector Martin 2021-09-21 20:30:07 +09:00
parent bce239b36f
commit d44d0a4f16

View file

@ -73,9 +73,6 @@ _hv_entry:
stp x2, x3, [sp, #-16]!
stp x0, x1, [sp, #-16]!
/* Enable SErrors while in the HV */
msr DAIFClr, #4
mov x0, sp
ret