]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - include/linux/smp.h
kernel: remove CONFIG_USE_GENERIC_SMP_HELPERS
[mirror_ubuntu-artful-kernel.git] / include / linux / smp.h
index 731f5237d5f4e0f87dd817e15983f509d3b4d483..78851513030daaea470607d88c67539ea40b1a5f 100644 (file)
@@ -106,14 +106,10 @@ void kick_all_cpus_sync(void);
 /*
  * Generic and arch helpers
  */
-#ifdef CONFIG_USE_GENERIC_SMP_HELPERS
 void __init call_function_init(void);
 void generic_smp_call_function_single_interrupt(void);
 #define generic_smp_call_function_interrupt \
        generic_smp_call_function_single_interrupt
-#else
-static inline void call_function_init(void) { }
-#endif
 
 /*
  * Mark the boot cpu "online" so that it can call console drivers in