From: Stephen Boyd Date: Sat, 14 Feb 2015 00:41:01 +0000 (-0800) Subject: ARM: shmobile: r8a7779: Remove redundant cpu_disable implementation X-Git-Tag: omap-for-v4.2/o2_dc~51^2~7^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fd9454ab51fa92f43ae5b7a71c42f2ee8417c2a2;p=pandora-kernel.git ARM: shmobile: r8a7779: Remove redundant cpu_disable implementation By default only the non-boot CPUs can be hotplugged if the smp_operations structure doesn't have the cpu_disable function pointer set. r8a7779_cpu_disable() implements the same logic, only non-boot CPUs can be hotplugged, so it's redundant to override the default behavior. Signed-off-by: Stephen Boyd Acked-by: Magnus Damm Signed-off-by: Simon Horman --- Reading git-diff-tree failed