]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blobdiff - arch/x86/include/asm/mpspec.h
x86/Voyager: remove X86_FIND_SMP_CONFIG Kconfig quirk
[mirror_ubuntu-jammy-kernel.git] / arch / x86 / include / asm / mpspec.h
index 03fb0d396543105e3a05b8ab764a9bcfc2d86dc5..d22f732eab8f6c43310985ebeeaec6219b9e4e04 100644 (file)
@@ -56,11 +56,13 @@ extern int smp_found_config;
 extern int mpc_default_type;
 extern unsigned long mp_lapic_addr;
 
-extern void find_smp_config(void);
 extern void get_smp_config(void);
+
 #ifdef CONFIG_X86_MPPARSE
+extern void find_smp_config(void);
 extern void early_reserve_e820_mpc_new(void);
 #else
+static inline void find_smp_config(void) { }
 static inline void early_reserve_e820_mpc_new(void) { }
 #endif