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
This commit is contained in:
committed by
Borislav Petkov
parent
3fd3590b53
commit
6bf8a55d83
@@ -68,6 +68,6 @@ extern void ia32_pick_mmap_layout(struct mm_struct *mm);
|
|||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif /* !CONFIG_IA32_SUPPORT */
|
#endif /* CONFIG_IA32_EMULATION */
|
||||||
|
|
||||||
#endif /* _ASM_X86_IA32_H */
|
#endif /* _ASM_X86_IA32_H */
|
||||||
|
|||||||
@@ -58,7 +58,7 @@
|
|||||||
* the output constraints to make the compiler aware that R11 cannot be
|
* the output constraints to make the compiler aware that R11 cannot be
|
||||||
* reused after the asm() statement.
|
* reused after the asm() statement.
|
||||||
*
|
*
|
||||||
* For builds with CONFIG_UNWIND_FRAME_POINTER ASM_CALL_CONSTRAINT is
|
* For builds with CONFIG_UNWINDER_FRAME_POINTER, ASM_CALL_CONSTRAINT is
|
||||||
* required as well as this prevents certain creative GCC variants from
|
* required as well as this prevents certain creative GCC variants from
|
||||||
* misplacing the ASM code.
|
* misplacing the ASM code.
|
||||||
*
|
*
|
||||||
|
|||||||
@@ -43,7 +43,7 @@ static inline void copy_page(void *to, void *from)
|
|||||||
{
|
{
|
||||||
memcpy(to, from, PAGE_SIZE);
|
memcpy(to, from, PAGE_SIZE);
|
||||||
}
|
}
|
||||||
#endif /* CONFIG_X86_3DNOW */
|
#endif /* CONFIG_X86_USE_3DNOW */
|
||||||
#endif /* !__ASSEMBLY__ */
|
#endif /* !__ASSEMBLY__ */
|
||||||
|
|
||||||
#endif /* _ASM_X86_PAGE_32_H */
|
#endif /* _ASM_X86_PAGE_32_H */
|
||||||
|
|||||||
@@ -411,7 +411,7 @@ do { \
|
|||||||
: [umem] "m" (__m(addr)), \
|
: [umem] "m" (__m(addr)), \
|
||||||
[efault] "i" (-EFAULT), "0" (err))
|
[efault] "i" (-EFAULT), "0" (err))
|
||||||
|
|
||||||
#endif // CONFIG_CC_ASM_GOTO_OUTPUT
|
#endif // CONFIG_CC_HAS_ASM_GOTO_OUTPUT
|
||||||
|
|
||||||
/* FIXME: this hack is definitely wrong -AK */
|
/* FIXME: this hack is definitely wrong -AK */
|
||||||
struct __large_struct { unsigned long buf[100]; };
|
struct __large_struct { unsigned long buf[100]; };
|
||||||
|
|||||||
Reference in New Issue
Block a user