ARM: oxnas: remove CPU hotplug implementation
authorRussell King <rmk+kernel@armlinux.org.uk>
Thu, 13 Dec 2018 12:54:26 +0000 (12:54 +0000)
committerRussell King <rmk+kernel@armlinux.org.uk>
Fri, 1 Feb 2019 21:59:15 +0000 (21:59 +0000)
commit0eb037998afe5514c8534276c152da31d2fabf07
tree3e02f528c3c0a6b872908c10eaf636e33483dbda
parentd0e22329e1a51548bdeeae66bc35fe2dc1cabdf6
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>
arch/arm/mach-oxnas/Makefile
arch/arm/mach-oxnas/hotplug.c [deleted file]
arch/arm/mach-oxnas/platsmp.c