[PATCH v2] ARM: smp: Only expose /sys/.../cpuX/online if hotpluggable
Russell King - ARM Linux
linux at arm.linux.org.uk
Fri Feb 13 14:57:04 PST 2015
On Fri, Feb 13, 2015 at 03:20:04PM -0500, Simon Horman wrote:
> > -static int r8a7779_cpu_disable(unsigned int cpu)
> > -{
> > - /* only CPU1->3 have power domains, do not allow hotplug of CPU0 */
> > - return cpu == 0 ? -EPERM : 0;
> > -}
...
> Its not clear to me why r8a7779_cpu_disable() has been
> removed rather than replaced by r8a7779_cpu_can_disable()
This is the default if you don't provide a cpu_disable function, so it
should be removed irrespective of this patch.
--
FTTC broadband for 0.8mile line: currently at 10.5Mbps down 400kbps up
according to speedtest.net.
More information about the linux-arm-kernel
mailing list