Re: [PATCH V3] kexec: Add IND_FLAGS macro

2014-11-12 Thread Benjamin Herrenschmidt
On Wed, 2014-11-12 at 11:29 -0800, Geoff Levand wrote: > Add a new kexec preprocessor macro IND_FLAGS, which is the bitwise OR of > all the possible kexec IND_ kimage_entry indirection flags. Having this > macro allows for simplified code in the processing of the kexec > kimage_entry items. Also,

[PATCH V3] kexec: Add IND_FLAGS macro

2014-11-12 Thread Geoff Levand
Add a new kexec preprocessor macro IND_FLAGS, which is the bitwise OR of all the possible kexec IND_ kimage_entry indirection flags. Having this macro allows for simplified code in the processing of the kexec kimage_entry items. Also, remove the local powerpc definition and use the generic one.