From: Peter Zijlstra Date: Thu, 21 May 2015 08:57:21 +0000 (+0200) Subject: perf/x86/intel: Correct local vs remote sibling state X-Git-Tag: omap-for-v4.2/fixes-rc1^2~181^2~34 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1c565833ac7950a5ddb3322e9848e0628ceba3b5;p=pandora-kernel.git perf/x86/intel: Correct local vs remote sibling state For some obscure reason the current code accounts the current SMT thread's state on the remote thread and reads the remote's state on the local SMT thread. While internally consistent, and 'correct' its pointless confusion we can do without. Flip them the right way around. Signed-off-by: Peter Zijlstra (Intel) Cc: Linus Torvalds Cc: Peter Zijlstra Cc: Stephane Eranian Cc: Thomas Gleixner Cc: Vince Weaver Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed