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)
commitecd3d4bc06e48357d12e730482577c756a9f2dbc
tree36f683170f874157103cc962f4a3d3d85771e480
parent2798af1abb5d560b926fd07ec58c5dcc6d3484d8
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>
arch/parisc/include/asm/thread_info.h
arch/parisc/kernel/asm-offsets.c
arch/parisc/kernel/entry.S
arch/parisc/kernel/ptrace.c