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

Commit 6360b1fb authored by Jan Beulich's avatar Jan Beulich Committed by Thomas Gleixner
Browse files

move BUG_TABLE into RODATA



Signed-off-by: default avatarJan Beulich <jbeulich@novell.com>
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
parent 75d3bce2
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -93,8 +93,6 @@ SECTIONS
		__stop___ex_table = .;
	}

	BUG_TABLE

	RODATA

	. = ALIGN(THREAD_SIZE);
+0 −1
Original line number Diff line number Diff line
@@ -66,7 +66,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