[PATCH v2 2/2] x86/boot: use already defined KEEP_SEGMENTS macro in head_{32,64}.S

2015-01-30 Thread Alexander Kuleshov
There is already defined macro KEEP_SEGMENTS in the bootparam.h, let's use it instead of shifting bits Signed-off-by: Alexander Kuleshov --- arch/x86/boot/compressed/head_32.S | 5 +++-- arch/x86/boot/compressed/head_64.S | 3 ++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/ar

Re: [PATCH v2 2/2] x86/boot: use already defined KEEP_SEGMENTS macro in head_{32,64}.S

2015-01-30 Thread Alexander Kuleshov
Sorry for noise, misunderstood send-email alias with maintainers. 2015-01-31 12:30 GMT+06:00 Alexander Kuleshov : > There is already defined macro KEEP_SEGMENTS in the > bootparam.h, let's use it instead of shifting bits > > Signed-off-by: Alexander Kuleshov > --- > arch/x86/boot/compressed/hea

[PATCH v2 2/2] x86/boot: use already defined KEEP_SEGMENTS macro in head_{32,64}.S

2015-01-30 Thread Alexander Kuleshov
There is already defined macro KEEP_SEGMENTS in the bootparam.h, let's use it instead of shifting bits Signed-off-by: Alexander Kuleshov --- arch/x86/boot/compressed/head_32.S | 5 +++-- arch/x86/boot/compressed/head_64.S | 3 ++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/ar