Re: [PATCH v3 03/12] arm: vdso: inline assembler operations to compiler.h

2017-10-30 Thread Mark Rutland
Hi, On Fri, Oct 27, 2017 at 03:25:10PM -0700, Mark Salyzyn wrote: > Move compiler-specific code to a local compiler.h file. CONFIG_AEABI > dependency check. System call fallback functions standardized into > a DEFINE_FALLBACK macro. Accept that __arch_counter_get_cntvct() > is the API for aarch64.

[PATCH v3 03/12] arm: vdso: inline assembler operations to compiler.h

2017-10-27 Thread Mark Salyzyn
Move compiler-specific code to a local compiler.h file. CONFIG_AEABI dependency check. System call fallback functions standardized into a DEFINE_FALLBACK macro. Accept that __arch_counter_get_cntvct() is the API for aarch64. Deal with unresolved references emitted by GCC. Optimize handling of fallb