Merge tag 'x86-cleanups-2023-02-20' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull miscellaneous x86 cleanups from Thomas Gleixner: - Correct the common copy and pasted mishandling of kstrtobool() in the strict_sas_size() setup function - Make recalibrate_cpu_khz() an GPL only export - Check TSC feature before doing anything else which avoids pointless code execution if TSC is not available - Remove or fixup stale and misleading comments - Remove unused or pointelessly duplicated variables - Spelling and typo fixes * tag 'x86-cleanups-2023-02-20' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: x86/hotplug: Remove incorrect comment about mwait_play_dead() x86/tsc: Do feature check as the very first thing x86/tsc: Make recalibrate_cpu_khz() export GPL only x86/cacheinfo: Remove unused trace variable x86/Kconfig: Fix spellos & punctuation x86/signal: Fix the value returned by strict_sas_size() x86/cpu: Remove misleading comment x86/setup: Move duplicate boot_cpu_data definition out of the ifdeffery x86/boot/e820: Fix typo in e820.c comment
No related branches found
No related tags found
Showing
- arch/x86/Kconfig 3 additions, 3 deletionsarch/x86/Kconfig
- arch/x86/kernel/cpu/cacheinfo.c 1 addition, 4 deletionsarch/x86/kernel/cpu/cacheinfo.c
- arch/x86/kernel/cpu/common.c 1 addition, 1 deletionarch/x86/kernel/cpu/common.c
- arch/x86/kernel/e820.c 3 additions, 3 deletionsarch/x86/kernel/e820.c
- arch/x86/kernel/setup.c 2 additions, 8 deletionsarch/x86/kernel/setup.c
- arch/x86/kernel/signal.c 1 addition, 1 deletionarch/x86/kernel/signal.c
- arch/x86/kernel/smpboot.c 1 addition, 1 deletionarch/x86/kernel/smpboot.c
- arch/x86/kernel/tsc.c 6 additions, 7 deletionsarch/x86/kernel/tsc.c
Loading
Please register or sign in to comment