Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4ebd1290 authored by Borislav Petkov's avatar Borislav Petkov Committed by Ingo Molnar
Browse files

x86: vmlinux_32.lds.S: remove repeated comment from the x86-32 linker script



Remove repeated comment from the linker script for the x86-32 target.

Signed-off-by: default avatarBorislav Petkov <bbpetkov@yahoo.de>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
parent 9de819fe
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -8,12 +8,6 @@
 * put it inside the section definition.
 */

/* Don't define absolute symbols until and unless you know that symbol
 * value is should remain constant even if kernel image is relocated
 * at run time. Absolute symbols are not relocated. If symbol value should
 * change if kernel is relocated, make the symbol section relative and
 * put it inside the section definition.
 */
#define LOAD_OFFSET __PAGE_OFFSET

#include <asm-generic/vmlinux.lds.h>