Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d190e819 authored by Thomas Gleixner's avatar Thomas Gleixner
Browse files

idle: Remove GENERIC_IDLE_LOOP config switch



All archs are converted over. Remove the config switch and the
fallback code.

Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
parent 8198c169
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -216,9 +216,6 @@ config USE_GENERIC_SMP_HELPERS
config GENERIC_SMP_IDLE_THREAD
       bool

config GENERIC_IDLE_LOOP
       bool

# Select if arch init_task initializer is different to init/init_task.c
config ARCH_INIT_TASK
       bool
+0 −1
Original line number Diff line number Diff line
@@ -17,7 +17,6 @@ config ALPHA
	select ARCH_WANT_IPC_PARSE_VERSION
	select ARCH_HAVE_NMI_SAFE_CMPXCHG
	select GENERIC_SMP_IDLE_THREAD
	select GENERIC_IDLE_LOOP
	select GENERIC_CMOS_UPDATE
	select GENERIC_STRNCPY_FROM_USER
	select GENERIC_STRNLEN_USER
+0 −1
Original line number Diff line number Diff line
@@ -14,7 +14,6 @@ config ARC
	select GENERIC_ATOMIC64
	select GENERIC_CLOCKEVENTS
	select GENERIC_FIND_FIRST_BIT
	select GENERIC_IDLE_LOOP
	# for now, we don't need GENERIC_IRQ_PROBE, CONFIG_GENERIC_IRQ_CHIP
	select GENERIC_IRQ_SHOW
	select GENERIC_KERNEL_EXECVE
+0 −1
Original line number Diff line number Diff line
@@ -15,7 +15,6 @@ config ARM
	select GENERIC_IRQ_SHOW
	select GENERIC_PCI_IOMAP
	select GENERIC_SMP_IDLE_THREAD
	select GENERIC_IDLE_LOOP
	select GENERIC_IDLE_POLL_SETUP
	select GENERIC_STRNCPY_FROM_USER
	select GENERIC_STRNLEN_USER
+0 −1
Original line number Diff line number Diff line
@@ -9,7 +9,6 @@ config ARM64
	select CLONE_BACKWARDS
	select COMMON_CLK
	select GENERIC_CLOCKEVENTS
	select GENERIC_IDLE_LOOP
	select GENERIC_IOMAP
	select GENERIC_IRQ_PROBE
	select GENERIC_IRQ_SHOW
Loading