Re: [PATCH v4 14/22] arm64: make asm/elf.h available to asm files

2016-01-26 Thread Mark Rutland
On Tue, Jan 26, 2016 at 06:10:41PM +0100, Ard Biesheuvel wrote: > This reshuffles some code in asm/elf.h and puts a #ifndef __ASSEMBLY__ > around its C definitions so that the CPP defines can be used in asm > source files as well. > > Signed-off-by: Ard Biesheuvel Acked-by: Mark Rutland Mark.

[PATCH v4 14/22] arm64: make asm/elf.h available to asm files

2016-01-26 Thread Ard Biesheuvel
This reshuffles some code in asm/elf.h and puts a #ifndef __ASSEMBLY__ around its C definitions so that the CPP defines can be used in asm source files as well. Signed-off-by: Ard Biesheuvel --- arch/arm64/include/asm/elf.h | 22 1 file changed, 13 insertions(+), 9 deletions