commit | aa93e2ad7464ffb90155a5ffdde963816f86d5dc | [log] [tgz] |
---|---|---|
author | Peter Zijlstra <peterz@infradead.org> | Wed Nov 10 11:01:08 2021 +0100 |
committer | Peter Zijlstra <peterz@infradead.org> | Sat Dec 11 09:09:46 2021 +0100 |
tree | 345b322a089c1ca16e708ed1123555d729c5bc82 | |
parent | 16e617d05ef0c521d000c989796412ce713f28c9 [diff] |
x86/entry_32: Remove .fixup usage Where possible, push the .fixup into code, at the tail of functions. This is hard for macros since they're used in multiple functions, therefore introduce a new extable handler to pop zeros. Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org> Reviewed-by: Josh Poimboeuf <jpoimboe@redhat.com> Link: https://lore.kernel.org/r/20211110101325.245184699@infradead.org