From: Paul Mackerras Date: Mon, 13 Jan 2014 04:56:28 +0000 (+1100) Subject: powerpc: Reclaim two unused thread_info flag bits X-Git-Tag: v3.14-rc1~80^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae39c58c2e56209ae3503286ffe2338d5e9a4bed;p=pandora-kernel.git powerpc: Reclaim two unused thread_info flag bits TIF_PERFMON_WORK and TIF_PERFMON_CTXSW are completely unused. They appear to be related to the old perfmon2 code, which has been superseded by the perf_event infrastructure. This removes their definitions so that the bits can be used for other purposes. Signed-off-by: Paul Mackerras Signed-off-by: Benjamin Herrenschmidt --- Reading git-diff-tree failed