summaryrefslogtreecommitdiff
path: root/arch/x86/include/asm/ia32.h
diff options
context:
space:
mode:
authorLukas Bulwahn <lukas.bulwahn@gmail.com>2021-10-05 22:48:30 +0300
committerBorislav Petkov <bp@suse.de>2021-10-05 22:48:30 +0300
commit6bf8a55d8344df1f61a29b18c398bcdf3539e163 (patch)
tree72fdb990657f8412ba8f5a2c3a37fb9b71561863 /arch/x86/include/asm/ia32.h
parent3fd3590b53d1462ab534523e8d9ebdebd9b55f79 (diff)
downloadlinux-6bf8a55d8344df1f61a29b18c398bcdf3539e163.tar.xz
x86: Fix misspelled Kconfig symbols
Fix misspelled Kconfig symbols as detected by scripts/checkkconfigsymbols.py. [ bp: Combine into a single patch. ] Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com> Signed-off-by: Borislav Petkov <bp@suse.de> Link: https://lkml.kernel.org/r/20210803113531.30720-7-lukas.bulwahn@gmail.com
Diffstat (limited to 'arch/x86/include/asm/ia32.h')
-rw-r--r--arch/x86/include/asm/ia32.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/include/asm/ia32.h b/arch/x86/include/asm/ia32.h
index 2c5f7861d373..fada857f0a1e 100644
--- a/arch/x86/include/asm/ia32.h
+++ b/arch/x86/include/asm/ia32.h
@@ -68,6 +68,6 @@ extern void ia32_pick_mmap_layout(struct mm_struct *mm);
#endif
-#endif /* !CONFIG_IA32_SUPPORT */
+#endif /* CONFIG_IA32_EMULATION */
#endif /* _ASM_X86_IA32_H */