diff options
Diffstat (limited to 'arch')
-rw-r--r-- | arch/i386/boot/compressed/relocs.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/i386/boot/compressed/relocs.c b/arch/i386/boot/compressed/relocs.c index ce4fda261aaf..b0e21c3cee5c 100644 --- a/arch/i386/boot/compressed/relocs.c +++ b/arch/i386/boot/compressed/relocs.c | |||
@@ -31,6 +31,8 @@ static const char* safe_abs_relocs[] = { | |||
31 | "__kernel_rt_sigreturn", | 31 | "__kernel_rt_sigreturn", |
32 | "__kernel_sigreturn", | 32 | "__kernel_sigreturn", |
33 | "SYSENTER_RETURN", | 33 | "SYSENTER_RETURN", |
34 | "xen_irq_disable_direct_reloc", | ||
35 | "xen_save_fl_direct_reloc", | ||
34 | }; | 36 | }; |
35 | 37 | ||
36 | static int is_safe_abs_reloc(const char* sym_name) | 38 | static int is_safe_abs_reloc(const char* sym_name) |