File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -19,9 +19,9 @@ extern void cmpxchg8b_emu(void);
19
19
20
20
#ifdef CONFIG_RETPOLINE
21
21
22
- #undef GEN
23
22
#define GEN (reg ) \
24
23
extern asmlinkage void __x86_indirect_thunk_ ## reg (void);
25
24
#include <asm/GEN-for-each-reg.h>
25
+ #undef GEN
26
26
27
27
#endif /* CONFIG_RETPOLINE */
Original file line number Diff line number Diff line change @@ -55,10 +55,10 @@ SYM_FUNC_END(__x86_indirect_thunk_\reg)
55
55
#define __EXPORT_THUNK(sym) _ASM_NOKPROBE(sym); EXPORT_SYMBOL(sym)
56
56
#define EXPORT_THUNK(reg) __EXPORT_THUNK(__x86_indirect_thunk_ ## reg)
57
57
58
- #undef GEN
59
58
#define GEN(reg) THUNK reg
60
59
#include <asm/GEN-for-each-reg.h>
61
-
62
60
#undef GEN
61
+
63
62
#define GEN(reg) EXPORT_THUNK(reg)
64
63
#include <asm/GEN-for-each-reg.h>
64
+ #undef GEN
You can’t perform that action at this time.
0 commit comments