aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/x86/tools/relocs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/tools/relocs.c b/arch/x86/tools/relocs.c
index 220e97841e49..3a6c8ebc8032 100644
--- a/arch/x86/tools/relocs.c
+++ b/arch/x86/tools/relocs.c
@@ -67,6 +67,7 @@ static const char * const sym_regex_kernel[S_NSYMTYPES] = {
67 "__tracedata_(start|end)|" 67 "__tracedata_(start|end)|"
68 "__(start|stop)_notes|" 68 "__(start|stop)_notes|"
69 "__end_rodata|" 69 "__end_rodata|"
70 "__end_rodata_aligned|"
70 "__initramfs_start|" 71 "__initramfs_start|"
71 "(jiffies|jiffies_64)|" 72 "(jiffies|jiffies_64)|"
72#if ELF_BITS == 64 73#if ELF_BITS == 64