x86, relocs: Add jiffies and jiffies_64 to the relative whitelist
[firefly-linux-kernel-4.4.55.git] / arch / x86 / tools / relocs.c
index b8f7c65fc40c8559fc3412ff0240c9573ece3196..b685296d44641b091f5d9c565e7e596914e97d39 100644 (file)
@@ -71,6 +71,7 @@ static const char * const sym_regex_kernel[S_NSYMTYPES] = {
        "__(start|stop)_notes|"
        "__end_rodata|"
        "__initramfs_start|"
+       "(jiffies|jiffies_64)|"
        "_end)$"
 };