Skip to content

Commit 1286cc4

Browse files
committed
Merge tag 'x86_urgent_for_v5.16_rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull x86 fix from Borislav Petkov: - Use the proper CONFIG symbol in a preprocessor check. * tag 'x86_urgent_for_v5.16_rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: x86/build: Use the proper name CONFIG_FW_LOADER
2 parents 278218f + d6f12f8 commit 1286cc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/x86/tools/relocs.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ static const char * const sym_regex_kernel[S_NSYMTYPES] = {
6868
"(__parainstructions|__alt_instructions)(_end)?|"
6969
"(__iommu_table|__apicdrivers|__smp_locks)(_end)?|"
7070
"__(start|end)_pci_.*|"
71-
#if CONFIG_FW_LOADER_BUILTIN
71+
#if CONFIG_FW_LOADER
7272
"__(start|end)_builtin_fw|"
7373
#endif
7474
"__(start|stop)___ksymtab(_gpl)?|"

0 commit comments

Comments
 (0)