X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fasm-arm26%2Fptrace.h;h=6a46b5ae1156087ce49eae960ab5455a6279de15;hb=c7b5ebbddf7bcd3651947760f423e3783bbe6573;hp=05aa6e25f3cf78cc596a1fde4caeefcb661ef719;hpb=a2c21200f1c81b08cb55e417b68150bba439b646;p=linux-2.6.git diff --git a/include/asm-arm26/ptrace.h b/include/asm-arm26/ptrace.h index 05aa6e25f..6a46b5ae1 100644 --- a/include/asm-arm26/ptrace.h +++ b/include/asm-arm26/ptrace.h @@ -30,6 +30,7 @@ #define pc_pointer(v) ((v) & ~PCMASK) /* convert v to pc type address */ #define instruction_pointer(regs) (pc_pointer((regs)->ARM_pc)) /* get pc */ +#define profile_pc(regs) instruction_pointer(regs) /* this struct defines the way the registers are stored on the stack during a system call. */