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