From 8c02a5ba34a1fae6def8cb5a39bb582f09bca49c Mon Sep 17 00:00:00 2001 From: Mathieu Poirier Date: Mon, 30 Mar 2015 14:13:34 -0600 Subject: [PATCH] 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-format-patch failed