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 b8f7c65fc40c..b685296d4464 100644
--- a/arch/x86/tools/relocs.c
+++ b/arch/x86/tools/relocs.c
@@ -71,6 +71,7 @@ static const char * const sym_regex_kernel[S_NSYMTYPES] = {
71 "__(start|stop)_notes|" 71 "__(start|stop)_notes|"
72 "__end_rodata|" 72 "__end_rodata|"
73 "__initramfs_start|" 73 "__initramfs_start|"
74 "(jiffies|jiffies_64)|"
74 "_end)$" 75 "_end)$"
75}; 76};
76 77