X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=include%2Fasm-alpha%2Fptrace.h;h=32c7a5cddd5909f68c60c1877bb0177f20204e88;hb=e3ed910db221768f8fd6192b13373e17d61bcdf0;hp=9933b8b3612ee2a6173d22ba5bd441d07c80eab5;hpb=e52f4ca2a7cfea3495cabae23d48f1538f09ccf2;p=linux-2.6-omap-h63xx.git diff --git a/include/asm-alpha/ptrace.h b/include/asm-alpha/ptrace.h index 9933b8b3612..32c7a5cddd5 100644 --- a/include/asm-alpha/ptrace.h +++ b/include/asm-alpha/ptrace.h @@ -68,8 +68,6 @@ struct switch_stack { #ifdef __KERNEL__ -#define __ARCH_SYS_PTRACE 1 - #define user_mode(regs) (((regs)->ps & 8) != 0) #define instruction_pointer(regs) ((regs)->pc) #define profile_pc(regs) instruction_pointer(regs)