Commit 56982002 authored by Paul Mundt's avatar Paul Mundt

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
...@@ -124,7 +124,7 @@ empty_bad_pte_table: ...@@ -124,7 +124,7 @@ empty_bad_pte_table:
fpu_in_use: .quad 0 fpu_in_use: .quad 0
.section .text, "ax" .section .text.head, "ax"
.balign L1_CACHE_BYTES .balign L1_CACHE_BYTES
/* /*
* Condition at the entry of __stext: * Condition at the entry of __stext:
......
...@@ -54,6 +54,7 @@ SECTIONS ...@@ -54,6 +54,7 @@ SECTIONS
} = 0 } = 0
.text : C_PHYS(.text) { .text : C_PHYS(.text) {
*(.text.head)
TEXT_TEXT TEXT_TEXT
*(.text64) *(.text64)
*(.text..SHmedia32) *(.text..SHmedia32)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment