From: Kyle McMartin Date: Mon, 28 Sep 2009 03:03:02 +0000 (-0400) Subject: parisc: stop using task->ptrace for {single,block}step flags X-Git-Tag: v2.6.32-rc4~37^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ecd3d4bc06e48357d12e730482577c756a9f2dbc;p=pandora-kernel.git parisc: stop using task->ptrace for {single,block}step flags task->ptrace flags belong to generic code, so instead thief some TIF_ bits to use. Somewhat risky conversion of code to test TASK_FLAGS instead of TASK_PTRACE in assembly, but it looks alright in the end. Signed-off-by: Kyle McMartin --- Reading git-diff-tree failed