diff options
Diffstat (limited to 'include/asm-generic')
| -rw-r--r-- | include/asm-generic/vmlinux.lds.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-generic/vmlinux.lds.h b/include/asm-generic/vmlinux.lds.h index 392c74c40056..5c48c58514e5 100644 --- a/include/asm-generic/vmlinux.lds.h +++ b/include/asm-generic/vmlinux.lds.h | |||
| @@ -405,7 +405,7 @@ | |||
| 405 | #define TEXT_TEXT \ | 405 | #define TEXT_TEXT \ |
| 406 | ALIGN_FUNCTION(); \ | 406 | ALIGN_FUNCTION(); \ |
| 407 | *(.text.hot) \ | 407 | *(.text.hot) \ |
| 408 | *(.text) \ | 408 | *(.text .text.fixup) \ |
| 409 | *(.ref.text) \ | 409 | *(.ref.text) \ |
| 410 | MEM_KEEP(init.text) \ | 410 | MEM_KEEP(init.text) \ |
| 411 | MEM_KEEP(exit.text) \ | 411 | MEM_KEEP(exit.text) \ |
