diff options
Diffstat (limited to 'arch/s390/vmlinux.lds')
-rw-r--r-- | arch/s390/vmlinux.lds | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/s390/vmlinux.lds b/arch/s390/vmlinux.lds index b1b556d14..4d93bcc7a 100644 --- a/arch/s390/vmlinux.lds +++ b/arch/s390/vmlinux.lds @@ -26,6 +26,10 @@ SECTIONS __ksymtab : { *(__ksymtab) } __stop___ksymtab = .; + __start___kallsyms = .; /* All kernel symbols */ + __kallsyms : { *(__kallsyms) } + __stop___kallsyms = .; + _etext = .; /* End of text section */ .data : { /* Data */ |