diff options
author | Peter Zijlstra <peterz@infradead.org> | 2021-11-10 11:01:24 +0100 |
---|---|---|
committer | Peter Zijlstra <peterz@infradead.org> | 2021-12-11 09:09:50 +0100 |
commit | e5eefda5aa51f3178821b58806e1dddd798c0934 (patch) | |
tree | 3f2f75aa56752fe1d6e8ac124ef4215831feadd9 /arch/x86/entry | |
parent | x86/word-at-a-time: Remove .fixup usage (diff) | |
download | linux-e5eefda5aa51f3178821b58806e1dddd798c0934.tar.xz linux-e5eefda5aa51f3178821b58806e1dddd798c0934.zip |
x86: Remove .fixup section
No moar users, kill it dead.
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Reviewed-by: Josh Poimboeuf <jpoimboe@redhat.com>
Link: https://lore.kernel.org/r/20211110101326.201590122@infradead.org
Diffstat (limited to 'arch/x86/entry')
-rw-r--r-- | arch/x86/entry/vdso/vdso-layout.lds.S | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/entry/vdso/vdso-layout.lds.S b/arch/x86/entry/vdso/vdso-layout.lds.S index dc8da7695859..bafa73f09e92 100644 --- a/arch/x86/entry/vdso/vdso-layout.lds.S +++ b/arch/x86/entry/vdso/vdso-layout.lds.S @@ -77,7 +77,6 @@ SECTIONS .text : { *(.text*) - *(.fixup) } :text =0x90909090, |