]> git.baikalelectronics.ru Git - kernel.git/commit
compiler: remove CONFIG_OPTIMIZE_INLINING entirely
authorMasahiro Yamada <masahiroy@kernel.org>
Tue, 7 Apr 2020 03:09:33 +0000 (20:09 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 7 Apr 2020 17:43:42 +0000 (10:43 -0700)
commitd8f65d58e6b558ee4a1e69f93cb465f9dfc3ca45
treef6337a1bbafba0bde320eb29aaf24b443c45e9c7
parent582e980675af5a5183dd7ff1c64c9c23028513ba
compiler: remove CONFIG_OPTIMIZE_INLINING entirely

Commit bfab67995487 ("compiler: enable CONFIG_OPTIMIZE_INLINING
forcibly") made this always-on option. We released v5.4 and v5.5
including that commit.

Remove the CONFIG option and clean up the code now.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Reviewed-by: Miguel Ojeda <miguel.ojeda.sandonis@gmail.com>
Reviewed-by: Nathan Chancellor <natechancellor@gmail.com>
Cc: Arnd Bergmann <arnd@arndb.de>
Cc: Borislav Petkov <bp@alien8.de>
Cc: David Miller <davem@davemloft.net>
Cc: "H. Peter Anvin" <hpa@zytor.com>
Cc: Ingo Molnar <mingo@redhat.com>
Cc: Thomas Gleixner <tglx@linutronix.de>
Link: http://lkml.kernel.org/r/20200220110807.32534-2-masahiroy@kernel.org
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/x86/configs/i386_defconfig
arch/x86/configs/x86_64_defconfig
include/linux/compiler_types.h
kernel/configs/tiny.config
lib/Kconfig.debug