Whitelist references from __dbe_table to .init
[safe/jmp/linux-2.6] / scripts / mod / modpost.c
index 3f3848f..04579a5 100644 (file)
@@ -1141,6 +1141,7 @@ static int init_section_ref_ok(const char *name)
        const char **s;
        /* Absolute section names */
        const char *namelist1[] = {
+               "__dbe_table",          /* MIPS generate these */
                "__ftr_fixup",          /* powerpc cpu feature fixup */
                "__fw_ftr_fixup",       /* powerpc firmware feature fixup */
                "__param",