Dear x86 maintainers,...
Randy Dunlap pointed out that ./scripts/checkkconfigsymbols.py warns on
invalid references to Kconfig symbols (often, minor typos, name confusions
or outdated references): see Link below.
This is a first patch series addressing the issues reported by
./scripts/checkkconfigsymbols.py in the ./arch/x86/ directories, quickly
filtered down with:
./scripts/checkkconfigsymbols.py | grep "arch/x86" -B 1 -A 2
It addresses some issues I considered to be "true positives";
so, issues that should be addressed and cleaned up.
Lukas Bulwahn (9):
x86/entry: correct reference to intended CONFIG_64_BIT
x86, olpc: correct condition to intended CONFIG_OLPC_XO15_SCI
x86/Kconfig: correct reference to MWINCHIP3D
x86/Kconfig: remove reference to obsolete MFD_INTEL_MSIC config
x86/Kconfig: remove reference to obsolete APB_TIMER config
x86/irq: fix slightly wrong reference in comment
x86/uaccess: adjust comment for endif of CONFIG_CC_HAS_ASM_GOTO_OUTPUT
x86: page_32.h: adjust comment for endif of CONFIG_X86_USE_3DNOW
x86: ia32.h: adjust comment for endif of CONFIG_IA32_EMULATION
arch/x86/Kconfig | 4 +---
arch/x86/include/asm/entry-common.h | 2 +-
arch/x86/include/asm/ia32.h | 2 +-
arch/x86/include/asm/irq_stack.h | 2 +-
arch/x86/include/asm/page_32.h | 2 +-
arch/x86/include/asm/uaccess.h | 2 +-
arch/x86/platform/olpc/olpc.c | 2 +-
7 files changed, 7 insertions(+), 9 deletions(-)