Re: [U-Boot] [PATCH 02/12] arm: include: Import unified.h from Linux kernel

2016-06-02 Thread Tom Rini
On Thu, May 26, 2016 at 06:01:37PM +0200, Marek Vasut wrote: > Import unified.h from Linux kernel 4.4.6 , commit > 0d1912303e54ed1b2a371be0bba51c384dd57326 . This header file contains > macros used in libgcc functions in Linux kernel on ARM and will be > needed for the libgcc sync. > > Since unif

[U-Boot] [PATCH 02/12] arm: include: Import unified.h from Linux kernel

2016-05-26 Thread Marek Vasut
Import unified.h from Linux kernel 4.4.6 , commit 0d1912303e54ed1b2a371be0bba51c384dd57326 . This header file contains macros used in libgcc functions in Linux kernel on ARM and will be needed for the libgcc sync. Since unified.h defines the W(instr) macro, we must drop this from the macro from me