From: Chunyan Zhang Date: Fri, 31 Jul 2015 15:37:25 +0000 (-0600) Subject: coresight-etm4x: Change the name of the ctxid_val to ctxid_pid X-Git-Tag: omap-for-v4.3/fixes-merge-window~46^2~31 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd196ac3fa5a574f3ddf37b66fbe8c58225c3355;p=pandora-kernel.git coresight-etm4x: 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