commit | ecd3d4bc06e48357d12e730482577c756a9f2dbc | [log] [tgz] |
---|---|---|
author | Kyle McMartin <kyle@mcmartin.ca> | Sun Sep 27 23:03:02 2009 -0400 |
committer | Kyle McMartin <kyle@ihatethathostname.lab.bos.redhat.com> | Sun Sep 27 23:07:22 2009 -0400 |
tree | 36f683170f874157103cc962f4a3d3d85771e480 | |
parent | 2798af1abb5d560b926fd07ec58c5dcc6d3484d8 [diff] |
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 <kyle@mcmartin.ca>