From: Chunyan Zhang Date: Fri, 31 Jul 2015 15:37:24 +0000 (-0600) Subject: coresight-etm3x: Change the name of the ctxid_val to ctxid_pid X-Git-Tag: omap-for-v4.3/fixes-merge-window~46^2~32 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=414a1417d7b35e0e72edb16e45840e242cb6b52e;p=pandora-kernel.git coresight-etm3x: Change the name of the ctxid_val to ctxid_pid 'ctxid_val' array was used to store the value of ETM context ID comparator which actually stores the process ID to be traced, so using 'ctxid_pid' as its name instead make it easier to understand. This patch also changes the ABI, it is normally not allowed, but fortunately it is a testing ABI and very new for now. Nevertheless, if you don't think it should be changed, we could always add an alias for userspace. Signed-off-by: Chunyan Zhang Reviewed-by: Mark Brown Signed-off-by: Mathieu Poirier Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed