parisc: stop using task->ptrace for {single,block}step flags
authorKyle McMartin <kyle@mcmartin.ca>
Mon, 28 Sep 2009 03:03:02 +0000 (23:03 -0400)
committerKyle McMartin <kyle@ihatethathostname.lab.bos.redhat.com>
Mon, 28 Sep 2009 03:07:22 +0000 (23:07 -0400)
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 <kyle@mcmartin.ca>

No differences found