mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-02-23 23:32:30 +07:00
sh64: Move entry point code to .text.head.
Follow the sh and m68k changes to silence the modpost warnings. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
This commit is contained in:
parent
beeea6d6a1
commit
56982002a3
@ -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
|
|||||||
} = 0
|
} = 0
|
||||||
|
|
||||||
.text : C_PHYS(.text) {
|
.text : C_PHYS(.text) {
|
||||||
|
*(.text.head)
|
||||||
TEXT_TEXT
|
TEXT_TEXT
|
||||||
*(.text64)
|
*(.text64)
|
||||||
*(.text..SHmedia32)
|
*(.text..SHmedia32)
|
||||||
|
Loading…
Reference in New Issue
Block a user