summaryrefslogtreecommitdiff
path: root/arch/arm/mach-oxnas/Makefile
diff options
context:
space:
mode:
authorRussell King <rmk+kernel@armlinux.org.uk>2018-12-13 12:54:26 +0000
committerRussell King <rmk+kernel@armlinux.org.uk>2019-02-01 21:59:15 +0000
commit0eb037998afe5514c8534276c152da31d2fabf07 (patch)
tree3e02f528c3c0a6b872908c10eaf636e33483dbda /arch/arm/mach-oxnas/Makefile
parentd0e22329e1a51548bdeeae66bc35fe2dc1cabdf6 (diff)
ARM: oxnas: remove CPU hotplug implementation
The CPU hotplug implementation on this platform is cargo-culted from the plat-versatile implementation, and is buggy. Once a CPU hits the "low power" loop, it will wait for pen_release to be set to the CPU number to wake up again - but nothing in this implementation does that. So, once a CPU has entered cpu_die() it will never, ever leave. Remove this useless cargo-culted implementation. Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
Diffstat (limited to 'arch/arm/mach-oxnas/Makefile')
-rw-r--r--arch/arm/mach-oxnas/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-oxnas/Makefile b/arch/arm/mach-oxnas/Makefile
index b625906a9970..61a34e1c0f22 100644
--- a/arch/arm/mach-oxnas/Makefile
+++ b/arch/arm/mach-oxnas/Makefile
@@ -1,2 +1 @@
obj-$(CONFIG_SMP) += platsmp.o headsmp.o
-obj-$(CONFIG_HOTPLUG_CPU) += hotplug.o