Commit 0a06ff06 authored by Christoph Hellwig's avatar Christoph Hellwig Committed by Linus Torvalds

kernel: remove CONFIG_USE_GENERIC_SMP_HELPERS

We've switched over every architecture that supports SMP to it, so
remove the new useless config variable.
Signed-off-by: default avatarChristoph Hellwig <hch@lst.de>
Cc: Jan Kara <jack@suse.cz>
Cc: Jens Axboe <axboe@kernel.dk>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent fc21c0cf
...@@ -207,9 +207,6 @@ config HAVE_DMA_ATTRS ...@@ -207,9 +207,6 @@ config HAVE_DMA_ATTRS
config HAVE_DMA_CONTIGUOUS config HAVE_DMA_CONTIGUOUS
bool bool
config USE_GENERIC_SMP_HELPERS
bool
config GENERIC_SMP_IDLE_THREAD config GENERIC_SMP_IDLE_THREAD
bool bool
......
...@@ -522,7 +522,6 @@ config ARCH_MAY_HAVE_PC_FDC ...@@ -522,7 +522,6 @@ config ARCH_MAY_HAVE_PC_FDC
config SMP config SMP
bool "Symmetric multi-processing support" bool "Symmetric multi-processing support"
depends on ALPHA_SABLE || ALPHA_LYNX || ALPHA_RAWHIDE || ALPHA_DP264 || ALPHA_WILDFIRE || ALPHA_TITAN || ALPHA_GENERIC || ALPHA_SHARK || ALPHA_MARVEL depends on ALPHA_SABLE || ALPHA_LYNX || ALPHA_RAWHIDE || ALPHA_DP264 || ALPHA_WILDFIRE || ALPHA_TITAN || ALPHA_GENERIC || ALPHA_SHARK || ALPHA_MARVEL
select USE_GENERIC_SMP_HELPERS
---help--- ---help---
This enables support for systems with more than one CPU. If you have This enables support for systems with more than one CPU. If you have
a system with only one CPU, like most personal computers, say N. If a system with only one CPU, like most personal computers, say N. If
......
...@@ -125,7 +125,6 @@ config ARC_PLAT_NEEDS_CPU_TO_DMA ...@@ -125,7 +125,6 @@ config ARC_PLAT_NEEDS_CPU_TO_DMA
config SMP config SMP
bool "Symmetric Multi-Processing (Incomplete)" bool "Symmetric Multi-Processing (Incomplete)"
default n default n
select USE_GENERIC_SMP_HELPERS
help help
This enables support for systems with more than one CPU. If you have This enables support for systems with more than one CPU. If you have
a system with only one CPU, like most personal computers, say N. If a system with only one CPU, like most personal computers, say N. If
......
...@@ -1432,7 +1432,6 @@ config SMP ...@@ -1432,7 +1432,6 @@ config SMP
depends on GENERIC_CLOCKEVENTS depends on GENERIC_CLOCKEVENTS
depends on HAVE_SMP depends on HAVE_SMP
depends on MMU || ARM_MPU depends on MMU || ARM_MPU
select USE_GENERIC_SMP_HELPERS
help help
This enables support for systems with more than one CPU. If you have This enables support for systems with more than one CPU. If you have
a system with only one CPU, like most personal computers, say N. If a system with only one CPU, like most personal computers, say N. If
......
...@@ -143,7 +143,6 @@ config CPU_BIG_ENDIAN ...@@ -143,7 +143,6 @@ config CPU_BIG_ENDIAN
config SMP config SMP
bool "Symmetric Multi-Processing" bool "Symmetric Multi-Processing"
select USE_GENERIC_SMP_HELPERS
help help
This enables support for systems with more than one CPU. If This enables support for systems with more than one CPU. If
you say N here, the kernel will run on single and you say N here, the kernel will run on single and
......
...@@ -34,7 +34,6 @@ config BLACKFIN ...@@ -34,7 +34,6 @@ config BLACKFIN
select ARCH_WANT_IPC_PARSE_VERSION select ARCH_WANT_IPC_PARSE_VERSION
select GENERIC_ATOMIC64 select GENERIC_ATOMIC64
select GENERIC_IRQ_PROBE select GENERIC_IRQ_PROBE
select USE_GENERIC_SMP_HELPERS if SMP
select HAVE_NMI_WATCHDOG if NMI_WATCHDOG select HAVE_NMI_WATCHDOG if NMI_WATCHDOG
select GENERIC_SMP_IDLE_THREAD select GENERIC_SMP_IDLE_THREAD
select ARCH_USES_GETTIMEOFFSET if !GENERIC_CLOCKEVENTS select ARCH_USES_GETTIMEOFFSET if !GENERIC_CLOCKEVENTS
......
...@@ -4,7 +4,6 @@ comment "Linux Kernel Configuration for Hexagon" ...@@ -4,7 +4,6 @@ comment "Linux Kernel Configuration for Hexagon"
config HEXAGON config HEXAGON
def_bool y def_bool y
select HAVE_OPROFILE select HAVE_OPROFILE
select USE_GENERIC_SMP_HELPERS if SMP
# Other pending projects/to-do items. # Other pending projects/to-do items.
# select HAVE_REGS_AND_STACK_ACCESS_API # select HAVE_REGS_AND_STACK_ACCESS_API
# select HAVE_HW_BREAKPOINT if PERF_EVENTS # select HAVE_HW_BREAKPOINT if PERF_EVENTS
......
...@@ -343,7 +343,6 @@ config FORCE_MAX_ZONEORDER ...@@ -343,7 +343,6 @@ config FORCE_MAX_ZONEORDER
config SMP config SMP
bool "Symmetric multi-processing support" bool "Symmetric multi-processing support"
select USE_GENERIC_SMP_HELPERS
help help
This enables support for systems with more than one CPU. If you have This enables support for systems with more than one CPU. If you have
a system with only one CPU, say N. If you have a system with more a system with only one CPU, say N. If you have a system with more
......
...@@ -275,7 +275,6 @@ source "kernel/Kconfig.preempt" ...@@ -275,7 +275,6 @@ source "kernel/Kconfig.preempt"
config SMP config SMP
bool "Symmetric multi-processing support" bool "Symmetric multi-processing support"
select USE_GENERIC_SMP_HELPERS
---help--- ---help---
This enables support for systems with more than one CPU. If you have This enables support for systems with more than one CPU. If you have
a system with only one CPU, like most personal computers, say N. If a system with only one CPU, like most personal computers, say N. If
......
...@@ -111,7 +111,6 @@ config METAG_META21 ...@@ -111,7 +111,6 @@ config METAG_META21
config SMP config SMP
bool "Symmetric multi-processing support" bool "Symmetric multi-processing support"
depends on METAG_META21 && METAG_META21_MMU depends on METAG_META21 && METAG_META21_MMU
select USE_GENERIC_SMP_HELPERS
help help
This enables support for systems with more than one thread running This enables support for systems with more than one thread running
Linux. If you have a system with only one thread running Linux, Linux. If you have a system with only one thread running Linux,
......
...@@ -2125,7 +2125,6 @@ source "mm/Kconfig" ...@@ -2125,7 +2125,6 @@ source "mm/Kconfig"
config SMP config SMP
bool "Multi-Processing support" bool "Multi-Processing support"
depends on SYS_SUPPORTS_SMP depends on SYS_SUPPORTS_SMP
select USE_GENERIC_SMP_HELPERS
help help
This enables support for systems with more than one CPU. If you have This enables support for systems with more than one CPU. If you have
a system with only one CPU, like most personal computers, say N. If a system with only one CPU, like most personal computers, say N. If
......
...@@ -181,7 +181,6 @@ endmenu ...@@ -181,7 +181,6 @@ endmenu
config SMP config SMP
bool "Symmetric multi-processing support" bool "Symmetric multi-processing support"
default y default y
select USE_GENERIC_SMP_HELPERS
depends on MN10300_PROC_MN2WS0038 || MN10300_PROC_MN2WS0050 depends on MN10300_PROC_MN2WS0038 || MN10300_PROC_MN2WS0050
---help--- ---help---
This enables support for systems with more than one CPU. If you have This enables support for systems with more than one CPU. If you have
......
...@@ -226,7 +226,6 @@ endchoice ...@@ -226,7 +226,6 @@ endchoice
config SMP config SMP
bool "Symmetric multi-processing support" bool "Symmetric multi-processing support"
select USE_GENERIC_SMP_HELPERS
---help--- ---help---
This enables support for systems with more than one CPU. If you have This enables support for systems with more than one CPU. If you have
a system with only one CPU, like most personal computers, say N. If a system with only one CPU, like most personal computers, say N. If
......
...@@ -106,7 +106,6 @@ config PPC ...@@ -106,7 +106,6 @@ config PPC
select HAVE_MEMBLOCK_NODE_MAP select HAVE_MEMBLOCK_NODE_MAP
select HAVE_DMA_ATTRS select HAVE_DMA_ATTRS
select HAVE_DMA_API_DEBUG select HAVE_DMA_API_DEBUG
select USE_GENERIC_SMP_HELPERS if SMP
select HAVE_OPROFILE select HAVE_OPROFILE
select HAVE_DEBUG_KMEMLEAK select HAVE_DEBUG_KMEMLEAK
select GENERIC_ATOMIC64 if PPC32 select GENERIC_ATOMIC64 if PPC32
......
...@@ -141,7 +141,6 @@ config S390 ...@@ -141,7 +141,6 @@ config S390
select OLD_SIGACTION select OLD_SIGACTION
select OLD_SIGSUSPEND3 select OLD_SIGSUSPEND3
select SYSCTL_EXCEPTION_TRACE select SYSCTL_EXCEPTION_TRACE
select USE_GENERIC_SMP_HELPERS if SMP
select VIRT_CPU_ACCOUNTING select VIRT_CPU_ACCOUNTING
select VIRT_TO_BUS select VIRT_TO_BUS
......
...@@ -711,7 +711,6 @@ config CC_STACKPROTECTOR ...@@ -711,7 +711,6 @@ config CC_STACKPROTECTOR
config SMP config SMP
bool "Symmetric multi-processing support" bool "Symmetric multi-processing support"
depends on SYS_SUPPORTS_SMP depends on SYS_SUPPORTS_SMP
select USE_GENERIC_SMP_HELPERS
---help--- ---help---
This enables support for systems with more than one CPU. If you have This enables support for systems with more than one CPU. If you have
a system with only one CPU, like most personal computers, say N. If a system with only one CPU, like most personal computers, say N. If
......
...@@ -28,7 +28,6 @@ config SPARC ...@@ -28,7 +28,6 @@ config SPARC
select HAVE_ARCH_JUMP_LABEL select HAVE_ARCH_JUMP_LABEL
select GENERIC_IRQ_SHOW select GENERIC_IRQ_SHOW
select ARCH_WANT_IPC_PARSE_VERSION select ARCH_WANT_IPC_PARSE_VERSION
select USE_GENERIC_SMP_HELPERS if SMP
select GENERIC_PCI_IOMAP select GENERIC_PCI_IOMAP
select HAVE_NMI_WATCHDOG if SPARC64 select HAVE_NMI_WATCHDOG if SPARC64
select HAVE_BPF_JIT select HAVE_BPF_JIT
......
...@@ -8,7 +8,6 @@ config TILE ...@@ -8,7 +8,6 @@ config TILE
select HAVE_KVM if !TILEGX select HAVE_KVM if !TILEGX
select GENERIC_FIND_FIRST_BIT select GENERIC_FIND_FIRST_BIT
select SYSCTL_EXCEPTION_TRACE select SYSCTL_EXCEPTION_TRACE
select USE_GENERIC_SMP_HELPERS
select CC_OPTIMIZE_FOR_SIZE select CC_OPTIMIZE_FOR_SIZE
select HAVE_DEBUG_KMEMLEAK select HAVE_DEBUG_KMEMLEAK
select GENERIC_IRQ_PROBE select GENERIC_IRQ_PROBE
......
...@@ -90,7 +90,6 @@ config X86 ...@@ -90,7 +90,6 @@ config X86
select GENERIC_IRQ_SHOW select GENERIC_IRQ_SHOW
select GENERIC_CLOCKEVENTS_MIN_ADJUST select GENERIC_CLOCKEVENTS_MIN_ADJUST
select IRQ_FORCED_THREADING select IRQ_FORCED_THREADING
select USE_GENERIC_SMP_HELPERS if SMP
select HAVE_BPF_JIT if X86_64 select HAVE_BPF_JIT if X86_64
select HAVE_ARCH_TRANSPARENT_HUGEPAGE select HAVE_ARCH_TRANSPARENT_HUGEPAGE
select CLKEVT_I8253 select CLKEVT_I8253
......
...@@ -319,7 +319,7 @@ void __blk_mq_end_io(struct request *rq, int error) ...@@ -319,7 +319,7 @@ void __blk_mq_end_io(struct request *rq, int error)
blk_mq_complete_request(rq, error); blk_mq_complete_request(rq, error);
} }
#if defined(CONFIG_SMP) && defined(CONFIG_USE_GENERIC_SMP_HELPERS) #if defined(CONFIG_SMP)
/* /*
* Called with interrupts disabled. * Called with interrupts disabled.
...@@ -361,7 +361,7 @@ static int ipi_remote_cpu(struct blk_mq_ctx *ctx, const int cpu, ...@@ -361,7 +361,7 @@ static int ipi_remote_cpu(struct blk_mq_ctx *ctx, const int cpu,
return true; return true;
} }
#else /* CONFIG_SMP && CONFIG_USE_GENERIC_SMP_HELPERS */ #else /* CONFIG_SMP */
static int ipi_remote_cpu(struct blk_mq_ctx *ctx, const int cpu, static int ipi_remote_cpu(struct blk_mq_ctx *ctx, const int cpu,
struct request *rq, const int error) struct request *rq, const int error)
{ {
......
...@@ -36,7 +36,7 @@ static void blk_done_softirq(struct softirq_action *h) ...@@ -36,7 +36,7 @@ static void blk_done_softirq(struct softirq_action *h)
} }
} }
#if defined(CONFIG_SMP) && defined(CONFIG_USE_GENERIC_SMP_HELPERS) #ifdef CONFIG_SMP
static void trigger_softirq(void *data) static void trigger_softirq(void *data)
{ {
struct request *rq = data; struct request *rq = data;
...@@ -71,7 +71,7 @@ static int raise_blk_irq(int cpu, struct request *rq) ...@@ -71,7 +71,7 @@ static int raise_blk_irq(int cpu, struct request *rq)
return 1; return 1;
} }
#else /* CONFIG_SMP && CONFIG_USE_GENERIC_SMP_HELPERS */ #else /* CONFIG_SMP */
static int raise_blk_irq(int cpu, struct request *rq) static int raise_blk_irq(int cpu, struct request *rq)
{ {
return 1; return 1;
......
...@@ -288,7 +288,7 @@ static ssize_t ...@@ -288,7 +288,7 @@ static ssize_t
queue_rq_affinity_store(struct request_queue *q, const char *page, size_t count) queue_rq_affinity_store(struct request_queue *q, const char *page, size_t count)
{ {
ssize_t ret = -EINVAL; ssize_t ret = -EINVAL;
#if defined(CONFIG_USE_GENERIC_SMP_HELPERS) #ifdef CONFIG_SMP
unsigned long val; unsigned long val;
ret = queue_var_store(&val, page, count); ret = queue_var_store(&val, page, count);
......
...@@ -106,14 +106,10 @@ void kick_all_cpus_sync(void); ...@@ -106,14 +106,10 @@ void kick_all_cpus_sync(void);
/* /*
* Generic and arch helpers * Generic and arch helpers
*/ */
#ifdef CONFIG_USE_GENERIC_SMP_HELPERS
void __init call_function_init(void); void __init call_function_init(void);
void generic_smp_call_function_single_interrupt(void); void generic_smp_call_function_single_interrupt(void);
#define generic_smp_call_function_interrupt \ #define generic_smp_call_function_interrupt \
generic_smp_call_function_single_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 * Mark the boot cpu "online" so that it can call console drivers in
......
...@@ -55,4 +55,4 @@ config HZ ...@@ -55,4 +55,4 @@ config HZ
default 1000 if HZ_1000 default 1000 if HZ_1000
config SCHED_HRTICK config SCHED_HRTICK
def_bool HIGH_RES_TIMERS && (!SMP || USE_GENERIC_SMP_HELPERS) def_bool HIGH_RES_TIMERS
...@@ -15,7 +15,6 @@ ...@@ -15,7 +15,6 @@
#include "smpboot.h" #include "smpboot.h"
#ifdef CONFIG_USE_GENERIC_SMP_HELPERS
enum { enum {
CSD_FLAG_LOCK = 0x01, CSD_FLAG_LOCK = 0x01,
CSD_FLAG_WAIT = 0x02, CSD_FLAG_WAIT = 0x02,
...@@ -464,7 +463,6 @@ int smp_call_function(smp_call_func_t func, void *info, int wait) ...@@ -464,7 +463,6 @@ int smp_call_function(smp_call_func_t func, void *info, int wait)
return 0; return 0;
} }
EXPORT_SYMBOL(smp_call_function); EXPORT_SYMBOL(smp_call_function);
#endif /* USE_GENERIC_SMP_HELPERS */
/* Setup configured maximum number of CPUs to activate */ /* Setup configured maximum number of CPUs to activate */
unsigned int setup_max_cpus = NR_CPUS; unsigned int setup_max_cpus = NR_CPUS;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment