From: Michael Ellerman Date: Thu, 15 Jan 2015 01:01:42 +0000 (+1100) Subject: powerpc: Rename _TIF_SYSCALL_T_OR_A to _TIF_SYSCALL_DOTRACE X-Git-Tag: fixes-v4.0-rc1~132^2~35 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=10ea834364c8670b3bf9bbbf6b9d27b4d2ebc9de;p=pandora-kernel.git powerpc: Rename _TIF_SYSCALL_T_OR_A to _TIF_SYSCALL_DOTRACE Once upon a time, at least 9 years ago (< 2.6.12), _TIF_SYSCALL_T_OR_A meant "TRACE or AUDIT". But these days it means TRACE or AUDIT or SECCOMP or TRACEPOINT or NOHZ. All of those are implemented via syscall_dotrace() so rename the flag to that to try and clarify things. Signed-off-by: Michael Ellerman --- Reading git-diff-tree failed