Loading arch/frv/kernel/break.S +1 −1 Original line number Diff line number Diff line Loading @@ -21,7 +21,7 @@ # # the break handler has its own stack # .section .bss.stack .section .bss..stack .globl __break_user_context .balign THREAD_SIZE __break_stack: Loading arch/frv/kernel/vmlinux.lds.S +1 −1 Original line number Diff line number Diff line Loading @@ -114,7 +114,7 @@ SECTIONS .sbss : { *(.sbss .sbss.*) } .bss : { *(.bss .bss.*) } .bss.stack : { *(.bss) } .bss..stack : { *(.bss) } __bss_stop = .; _end = . ; Loading Loading
arch/frv/kernel/break.S +1 −1 Original line number Diff line number Diff line Loading @@ -21,7 +21,7 @@ # # the break handler has its own stack # .section .bss.stack .section .bss..stack .globl __break_user_context .balign THREAD_SIZE __break_stack: Loading
arch/frv/kernel/vmlinux.lds.S +1 −1 Original line number Diff line number Diff line Loading @@ -114,7 +114,7 @@ SECTIONS .sbss : { *(.sbss .sbss.*) } .bss : { *(.bss .bss.*) } .bss.stack : { *(.bss) } .bss..stack : { *(.bss) } __bss_stop = .; _end = . ; Loading