dect
/
linux-2.6
Archived
13
0
Fork 0

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:
Paul Mundt 2007-07-20 17:45:05 +09:00
parent beeea6d6a1
commit 56982002a3
2 changed files with 2 additions and 1 deletions

View File

@ -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:

View File

@ -54,6 +54,7 @@ SECTIONS
} = 0
.text : C_PHYS(.text) {
*(.text.head)
TEXT_TEXT
*(.text64)
*(.text..SHmedia32)