[PATCH 07/27] arm64: Substitute gettimeofday with C implementation
From: vincenzo.frascino@arm.com (Vincenzo Frascino)
Date: 2018-11-13 10:36:49
Also in:
linux-arch
From: vincenzo.frascino@arm.com (Vincenzo Frascino)
Date: 2018-11-13 10:36:49
Also in:
linux-arch
Hi Peter, thank you for your review. On 09/11/2018 18:09, Peter Collingbourne wrote:
On Fri, Nov 9, 2018 at 4:38 AM Vincenzo Frascino [off-list ref] wrote:quoted
-ccflags-y := -shared -fno-common -fno-builtin +ccflags-y := -shared -fno-common -fno-builtin -fno-stack-protectorThis either needs to include -ffixed-x18 or https://patchwork.kernel.org/patch/10671685/ needs to appear earlier in this series.
I did not add -ffixed-x18 to my flags because I was planning to cherry-pick your patch. It will be in v2.
Peter
-- Regards, Vincenzo