X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;ds=sidebyside;f=include%2Fasm-alpha%2Fptrace.h;h=d462c5e14c13e4d227c76df4099cbb904650ea53;hb=c7b5ebbddf7bcd3651947760f423e3783bbe6573;hp=e77230f32b45f1e2fba4988fb8c21c8728b61c4a;hpb=a2c21200f1c81b08cb55e417b68150bba439b646;p=linux-2.6.git diff --git a/include/asm-alpha/ptrace.h b/include/asm-alpha/ptrace.h index e77230f32..d462c5e14 100644 --- a/include/asm-alpha/ptrace.h +++ b/include/asm-alpha/ptrace.h @@ -69,6 +69,7 @@ struct switch_stack { #ifdef __KERNEL__ #define user_mode(regs) (((regs)->ps & 8) != 0) #define instruction_pointer(regs) ((regs)->pc) +#define profile_pc(regs) instruction_pointer(regs) extern void show_regs(struct pt_regs *); #define alpha_task_regs(task) \