projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7fc8c36
)
s390: remove .fixup section
author
Heiko Carstens
<hca@linux.ibm.com>
Mon, 28 Feb 2022 17:36:46 +0000
(18:36 +0100)
committer
Vasily Gorbik
<gor@linux.ibm.com>
Mon, 7 Mar 2022 23:33:01 +0000
(
00:33
+0100)
The only user is gone. Remove the section.
Reviewed-by: Alexander Gordeev <agordeev@linux.ibm.com>
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
arch/s390/kernel/vmlinux.lds.S
patch
|
blob
|
history
diff --git
a/arch/s390/kernel/vmlinux.lds.S
b/arch/s390/kernel/vmlinux.lds.S
index 42c43521878ff7b116dcd5ba424e556cc3bf1421..2e526f11b91e2e734d90d2754f58eac6bf7e2416 100644
(file)
--- a/
arch/s390/kernel/vmlinux.lds.S
+++ b/
arch/s390/kernel/vmlinux.lds.S
@@
-49,7
+49,6
@@
SECTIONS
SOFTIRQENTRY_TEXT
FTRACE_HOTPATCH_TRAMPOLINES_TEXT
*(.text.*_indirect_*)
- *(.fixup)
*(.gnu.warning)
. = ALIGN(PAGE_SIZE);
_etext = .; /* End of text section */