Loading arch/sh64/kernel/head.S +1 −1 Original line number Original line Diff line number Diff line Loading @@ -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: Loading arch/sh64/kernel/vmlinux.lds.S +1 −0 Original line number Original line Diff line number Diff line Loading @@ -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 Loading
arch/sh64/kernel/head.S +1 −1 Original line number Original line Diff line number Diff line Loading @@ -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: Loading
arch/sh64/kernel/vmlinux.lds.S +1 −0 Original line number Original line Diff line number Diff line Loading @@ -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