Re: [U-Boot] [PATCH v2 2/8] efi: Use asmlinkage for EFIAPI

2016-09-26 Thread Bin Meng
On Mon, Sep 26, 2016 at 5:27 AM, Simon Glass wrote: > This is required for x86 and is also correct for ARM (since it is empty). > > Signed-off-by: Simon Glass > --- > > Changes in v2: > - Move efi.h changes to a new patch > > arch/avr32/include/asm/linkage.h | 0 > arch/m68k/include/asm/lin

[U-Boot] [PATCH v2 2/8] efi: Use asmlinkage for EFIAPI

2016-09-25 Thread Simon Glass
This is required for x86 and is also correct for ARM (since it is empty). Signed-off-by: Simon Glass --- Changes in v2: - Move efi.h changes to a new patch arch/avr32/include/asm/linkage.h | 0 arch/m68k/include/asm/linkage.h | 0 arch/microblaze/include/asm/linkage.h | 0 arch/mips