[PATCH v5 02/30] arm64: fpsimd: Correctly annotate exception helpers called from asm

2017-10-31 Thread Dave Martin
A couple of FPSIMD exception handling functions that are called from entry.S are currently not annotated as such. This is not a big deal since asmlinkage does nothing on arm/arm64, but fixing the annotations is more consistent and may help avoid future surprises. This patch adds appropriate asmli

Re: [PATCH v5 02/30] arm64: fpsimd: Correctly annotate exception helpers called from asm

2017-11-01 Thread Catalin Marinas
On Tue, Oct 31, 2017 at 03:50:54PM +, Dave P Martin wrote: > A couple of FPSIMD exception handling functions that are called > from entry.S are currently not annotated as such. > > This is not a big deal since asmlinkage does nothing on arm/arm64, > but fixing the annotations is more consisten