“91b05e6776e173da5ce7c96d67b3ad186c4fa49f”上不存在“arch/mips/include/asm/system.h”
-
由 Masahiro Yamada 提交于
The ->symbol_white_list field is referenced in secref_whitelist(), only when 'fromsec' is data_sections. /* Check for pattern 2 */ if (match(tosec, init_exit_sections) && match(fromsec, data_sections) && match(fromsym, mismatch->symbol_white_list)) return 0; If .fromsec is not data sections, the .symbol_white_list member is not used by anyone. Signed-off-by: NMasahiro Yamada <masahiroy@kernel.org>1560cb0e