From: Sudeep Holla Date: Fri, 10 Jul 2015 17:36:11 +0000 (+0100) Subject: ARM: BCM63xx: fix parameter to of_get_cpu_node in bcm63138_smp_boot_secondary X-Git-Tag: omap-for-v4.3/fixes-merge-window~9^2~21^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a6b4b25bd15c0a490769422a7eee355e9e91a57b;p=pandora-kernel.git ARM: BCM63xx: fix parameter to of_get_cpu_node in bcm63138_smp_boot_secondary of_get_cpu_node provides the device node associated with the given logical CPU and cpu_logical_map contains the physical id for each CPU in the logical ordering. Passing cpu_logical_map(cpu) to of_get_cpu_node is incorrect. This patch fixes the issue by passing the logical CPU number to of_get_cpu_node Fixes: ed5cd8163da8 ("ARM: BCM63xx: Add SMP support for BCM63138") Cc: Florian Fainelli Cc: bcm-kernel-feedback-list@broadcom.com Signed-off-by: Sudeep Holla Signed-off-by: Florian Fainelli --- Reading git-diff-tree failed