parisc: move head.S to head.text section
And explicitly list it in vmlinux.lds... Signed-off-by: Kyle McMartin <kyle@mcmartin.ca>
This commit is contained in:
parent
dfcf753bd3
commit
1138a72cd9
@ -32,7 +32,8 @@ ENTRY(boot_args)
|
|||||||
.word 0 /* arg3 */
|
.word 0 /* arg3 */
|
||||||
END(boot_args)
|
END(boot_args)
|
||||||
|
|
||||||
.section .text.head
|
__HEAD
|
||||||
|
|
||||||
.align 4
|
.align 4
|
||||||
.import init_thread_union,data
|
.import init_thread_union,data
|
||||||
.import fault_vector_20,code /* IVA parisc 2.0 32 bit */
|
.import fault_vector_20,code /* IVA parisc 2.0 32 bit */
|
||||||
|
@ -50,6 +50,7 @@ SECTIONS
|
|||||||
|
|
||||||
_text = .; /* Text and read-only data */
|
_text = .; /* Text and read-only data */
|
||||||
.text ALIGN(16) : {
|
.text ALIGN(16) : {
|
||||||
|
HEAD_TEXT
|
||||||
TEXT_TEXT
|
TEXT_TEXT
|
||||||
SCHED_TEXT
|
SCHED_TEXT
|
||||||
LOCK_TEXT
|
LOCK_TEXT
|
||||||
|
Loading…
Reference in New Issue
Block a user