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

Commit d18bb9a5 authored by Linus Torvalds's avatar Linus Torvalds
Browse files
parents 4bb0057f 6d72b795
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -85,8 +85,6 @@ SECTIONS
		__stop___ex_table = .;
	}

	BUG_TABLE

	RODATA

	. = ALIGN(THREAD_SIZE);
+0 −1
Original line number Diff line number Diff line
@@ -67,7 +67,6 @@ SECTIONS
	_etext = .;

	RODATA
	BUG_TABLE

	/* writeable */
	/* Make sure this is page aligned so
+0 −2
Original line number Diff line number Diff line
@@ -64,8 +64,6 @@ SECTIONS

	NOTES

	BUG_TABLE

/*
 * Init sections discarded at runtime
 */
+0 −1
Original line number Diff line number Diff line
@@ -40,7 +40,6 @@ SECTIONS
	_etext = .;		/* End of text section */

	NOTES :text :note
	BUG_TABLE :text

	RODATA

+0 −1
Original line number Diff line number Diff line
@@ -44,7 +44,6 @@ SECTIONS

	_etext = .;			/* End of text section */

	BUG_TABLE
	NOTES
	RO_DATA(PAGE_SIZE)

Loading