Commit aa93e2a
Peter Zijlstra
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.org1 parent 16e617d commit aa93e2a
3 files changed
Lines changed: 24 additions & 20 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
270 | 270 | | |
271 | 271 | | |
272 | 272 | | |
273 | | - | |
274 | | - | |
275 | | - | |
276 | | - | |
277 | | - | |
278 | | - | |
279 | | - | |
280 | | - | |
281 | | - | |
282 | | - | |
283 | | - | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
284 | 276 | | |
285 | 277 | | |
286 | 278 | | |
| |||
925 | 917 | | |
926 | 918 | | |
927 | 919 | | |
928 | | - | |
929 | | - | |
930 | | - | |
931 | | - | |
| 920 | + | |
| 921 | + | |
932 | 922 | | |
933 | 923 | | |
934 | 924 | | |
| |||
996 | 986 | | |
997 | 987 | | |
998 | 988 | | |
999 | | - | |
1000 | | - | |
| 989 | + | |
1001 | 990 | | |
1002 | 991 | | |
1003 | 992 | | |
| |||
1014 | 1003 | | |
1015 | 1004 | | |
1016 | 1005 | | |
1017 | | - | |
1018 | | - | |
1019 | | - | |
| 1006 | + | |
| 1007 | + | |
1020 | 1008 | | |
1021 | 1009 | | |
1022 | 1010 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
| 23 | + | |
22 | 24 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
102 | 114 | | |
103 | 115 | | |
104 | 116 | | |
| |||
156 | 168 | | |
157 | 169 | | |
158 | 170 | | |
| 171 | + | |
| 172 | + | |
159 | 173 | | |
160 | 174 | | |
161 | 175 | | |
| |||
0 commit comments