Hello On 12/12/2013 08:18 AM, 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 prosessing of the > kexec kimage_entry items. Where? I didn't see any place you use this macro to help simplification. Thanks Zhang > > Signed-off-by: Geoff Levand <geoff at infradead.org> for Huawei, Linaro > --- > include/linux/kexec.h | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/include/linux/kexec.h b/include/linux/kexec.h > index d78d28a..f755ec3 100644 > --- a/include/linux/kexec.h > +++ b/include/linux/kexec.h > @@ -67,6 +67,7 @@ typedef unsigned long kimage_entry_t; > #define IND_INDIRECTION 0x2 > #define IND_DONE 0x4 > #define IND_SOURCE 0x8 > +#define IND_FLAGS (IND_DESTINATION | IND_INDIRECTION | IND_DONE | IND_SOURCE) > > struct kexec_segment { > void __user *buf; > -- Thanks. Zhang Yanfei