Merge branch 'parisc' from /home/kyle/repos/parisc-2.6.git
[powerpc.git] / arch / i386 / boot / compressed / relocs.c
index 468da89..881951c 100644 (file)
@@ -43,6 +43,8 @@ static int is_safe_abs_reloc(const char* sym_name)
                        /* Match found */
                        return 1;
        }
+       if (strncmp(sym_name, "__crc_", 6) == 0)
+               return 1;
        return 0;
 }