From: Mathieu Poirier Date: Mon, 30 Mar 2015 20:13:34 +0000 (-0600) Subject: coresight: making cpu index lookup arm64 compliant X-Git-Tag: omap-for-v4.2/o2_dc~63^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8c02a5ba34a1fae6def8cb5a39bb582f09bca49c;p=pandora-kernel.git coresight: making cpu index lookup arm64 compliant Function "get_logical_index()" is not available on arm64. Instead of adding the function simply using "of_get_cpu_node()" and comparing the return value with cpu handles yields the same result. Signed-off-by: Mathieu Poirier Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed