[PATCH v2 1/2] x86: use already defined KEEP_SEGMENTS macro from bootparam.h

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/kernel/head_32.S | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/arch/x86/kernel/head_32.S b/arch/x86/kernel/head_32.S

[PATCH v2 1/2] x86: use already defined KEEP_SEGMENTS macro from bootparam.h

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/kernel/head_32.S | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/arch/x86/kernel/head_32.S b/arch/x86/kernel/head_32.S