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

Commit 819d6762 authored by Denys Vlasenko's avatar Denys Vlasenko Committed by Michal Marek
Browse files

Rename .text.page_aligned to .text..page_aligned.

parent 75ddb0e8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
	.section .text.page_aligned
	.section .text..page_aligned
#include <linux/linkage.h>
#include <asm/segment.h>
#include <asm/page_types.h>
+1 −1
Original line number Diff line number Diff line
@@ -97,7 +97,7 @@ SECTIONS
		HEAD_TEXT
#ifdef CONFIG_X86_32
		. = ALIGN(PAGE_SIZE);
		*(.text.page_aligned)
		*(.text..page_aligned)
#endif
		. = ALIGN(8);
		_stext = .;