|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Minios-devel] [UNIKRAFT RFC PATCH 5/5] plat/arm: Support fp/simd save/restore during context switch
On 19/12/2019 14:27, Jia He wrote: Floating point feature is useful for some applications. We should save/restore fp registers during context switch. Signed-off-by: Jia He <justin.he@xxxxxxx> --- plat/common/arm/thread_start64.S | 83 +++++++++++++++++++++++++++++ plat/common/include/arm/arm64/cpu.h | 46 +++++++++++++++- 2 files changed, 127 insertions(+), 2 deletions(-) diff --git a/plat/common/arm/thread_start64.S b/plat/common/arm/thread_start64.S index 9a80f62..d810704 100644 --- a/plat/common/arm/thread_start64.S +++ b/plat/common/arm/thread_start64.S @@ -34,6 +34,7 @@ #include <uk/plat/common/sw_ctx.h> #include <uk/arch/lcpu.h> #include <uk/asm.h> +#include <uk/config.h>/* All the code above is just a verbatim copy of the Linux code which is GPLv2. To me, this is a clear violation of the license and may affect user of Unikraft (which is BSD). Please rewrite the code or use code from a *BSD OS. Cheers, -- Julien Grall _______________________________________________ Minios-devel mailing list Minios-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/minios-devel
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |