x86/asm/boot: Use already defined KEEP_SEGMENTS macro in head_{32,64}.S
authorAlexander Kuleshov <kuleshovmail@gmail.com>
Thu, 19 Feb 2015 07:34:58 +0000 (13:34 +0600)
committerIngo Molnar <mingo@kernel.org>
Thu, 19 Feb 2015 09:05:04 +0000 (10:05 +0100)
commitfb148d83ec6924b7766731e58739d7281b6fb8c7
treedd051830459b83affde9dee23ef27eda38786426
parent0cdb81bef20b1d9e12111fa6cd81f748ebd87778
x86/asm/boot: Use already defined KEEP_SEGMENTS macro in head_{32,64}.S

There is already defined macro KEEP_SEGMENTS in
<asm/bootparam.h>, let's use it instead of hardcoded
constants.

Signed-off-by: Alexander Kuleshov <kuleshovmail@gmail.com>
Cc: "H. Peter Anvin" <hpa@zytor.com>
Cc: Thomas Gleixner <tglx@linutronix.de>
Link: http://lkml.kernel.org/r/1424331298-7456-1-git-send-email-kuleshovmail@gmail.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
arch/x86/boot/compressed/head_32.S
arch/x86/boot/compressed/head_64.S
arch/x86/kernel/head_32.S