]> git.baikalelectronics.ru Git - kernel.git/commit
x86/entry: Correct reference to intended CONFIG_64_BIT
authorLukas Bulwahn <lukas.bulwahn@gmail.com>
Tue, 3 Aug 2021 11:35:23 +0000 (13:35 +0200)
committerBorislav Petkov <bp@suse.de>
Wed, 6 Oct 2021 16:46:02 +0000 (18:46 +0200)
commit2b3320d6088ee7afa89ba8fda8b2bf0e8a8f037e
treeb0c34b0aee1e6b7211c9f4abf97708bc8c5960d2
parent88172ad9a1638e023c06b55c276e43e2a40ddc8c
x86/entry: Correct reference to intended CONFIG_64_BIT

Commit in Fixes adds a condition with IS_ENABLED(CONFIG_64_BIT),
but the intended config item is called CONFIG_64BIT, as defined in
arch/x86/Kconfig.

Fortunately, scripts/checkkconfigsymbols.py warns:

64_BIT
Referencing files: arch/x86/include/asm/entry-common.h

Correct the reference to the intended config symbol.

Fixes: 8183a55d8051 ("x86/entry: Fix AC assertion")
Suggested-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Signed-off-by: Borislav Petkov <bp@suse.de>
Cc: <stable@vger.kernel.org>
Link: https://lkml.kernel.org/r/20210803113531.30720-2-lukas.bulwahn@gmail.com
arch/x86/include/asm/entry-common.h