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

Commit ec7fd344 authored by Jan Beulich's avatar Jan Beulich Committed by Ingo Molnar
Browse files

x86: Drop always empty .text..page_aligned section



Commit e44b7b75 ("x86: move suspend wakeup code to C") didn't
care to also eliminate the side effects that the earlier 4c491562
("x86: make arch/x86/kernel/acpi/wakeup_32.S use a separate")
had, thus leaving a now pointless, almost page size gap at the
beginning of .text.

Signed-off-by: default avatarJan Beulich <jbeulich@suse.com>
Cc: Eric Dumazet <edumazet@google.com>
Cc: Pavel Machek <pavel@ucw.cz>
Link: http://lkml.kernel.org/r/513DBAA402000078000C4896@nat28.tlf.novell.com


Signed-off-by: default avatarIngo Molnar <mingo@kernel.org>
parent f6161aa1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
	.section .text..page_aligned
	.text
#include <linux/linkage.h>
#include <asm/segment.h>
#include <asm/page_types.h>
+0 −4
Original line number Diff line number Diff line
@@ -94,10 +94,6 @@ SECTIONS
		_text = .;
		/* bootstrapping code */
		HEAD_TEXT
#ifdef CONFIG_X86_32
		. = ALIGN(PAGE_SIZE);
		*(.text..page_aligned)
#endif
		. = ALIGN(8);
		_stext = .;
		TEXT_TEXT