[v2,0/3] x86/smpboot: Minor cleanup

Message ID 20230727180533.3119660-1-sohil.mehta@intel.com
Headers
Series x86/smpboot: Minor cleanup |

Message

Sohil Mehta July 27, 2023, 6:05 p.m. UTC
  These cleanup patches are minor and fairly independent. I have put them in a
series to make it easier to review. Please feel free to apply any of them.

I found these mainly through code inspection.

v2:
 - Added 2 more patches
 - Rebased to 6.5-rc3
 - Improved commit message
 
v1: https://lore.kernel.org/lkml/20230614201301.1308363-1-sohil.mehta@intel.com/

Sohil Mehta (3):
  x86/smpboot: Remove a stray comment about CPU hotplug
  x86/smp: Remove a non-existent function declaration
  x86/smpboot: Change smp_store_boot_cpu_info() to static

 arch/x86/include/asm/smp.h | 3 ---
 arch/x86/kernel/smpboot.c  | 6 ++----
 2 files changed, 2 insertions(+), 7 deletions(-)