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

Commit 56982002 authored by Paul Mundt's avatar Paul Mundt
Browse files

sh64: Move entry point code to .text.head.



Follow the sh and m68k changes to silence the modpost warnings.

Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
parent beeea6d6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -124,7 +124,7 @@ empty_bad_pte_table:
fpu_in_use:	.quad	0


	.section	.text, "ax"
	.section	.text.head, "ax"
	.balign L1_CACHE_BYTES
/*
 * Condition at the entry of __stext:
+1 −0
Original line number Diff line number Diff line
@@ -54,6 +54,7 @@ SECTIONS
	} = 0

  .text : C_PHYS(.text) {
  	*(.text.head)
	TEXT_TEXT
	*(.text64)
        *(.text..SHmedia32)