[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Minios-devel] [UNIKRAFT PATCHv6 13/23] plat/kvm: Remove redundant space while entering trap for Arm
From: Wei Chen <wei.chen@xxxxxxx> Remove redundant space while entering trap. Signed-off-by: Wei Chen <wei.chen@xxxxxxx> Signed-off-by: Jia He <justin.he@xxxxxxx> Reviewed-by: Sharan Santhanam <sharan.santhanam@xxxxxxxxx> --- plat/kvm/arm/exceptions.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plat/kvm/arm/exceptions.S b/plat/kvm/arm/exceptions.S index edce7d3..e4a5c74 100644 --- a/plat/kvm/arm/exceptions.S +++ b/plat/kvm/arm/exceptions.S @@ -30,7 +30,7 @@ #include <uk/asm.h> .macro ENTER_TRAP, el - sub sp, sp, #__TRAP_STACK_SIZE + sub sp, sp, #__TRAP_STACK_SIZE /* Save general purpose registers */ stp x0, x1, [sp, #16 * 0] -- 2.17.1 IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium. Thank you. _______________________________________________ Minios-devel mailing list Minios-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/minios-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |