[PATCH 07/27] arm64: Substitute gettimeofday with C implementation
From: Peter Collingbourne <hidden>
Date: 2018-11-09 18:09:55
Also in:
linux-arch
From: Peter Collingbourne <hidden>
Date: 2018-11-09 18:09:55
Also in:
linux-arch
On Fri, Nov 9, 2018 at 4:38 AM Vincenzo Frascino [off-list ref] wrote:
-ccflags-y := -shared -fno-common -fno-builtin +ccflags-y := -shared -fno-common -fno-builtin -fno-stack-protector
This either needs to include -ffixed-x18 or https://patchwork.kernel.org/patch/10671685/ needs to appear earlier in this series. Peter