]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-alpha/ptrace.h
natsemi: fix MMIO for PPC 44x platforms
[linux-2.6-omap-h63xx.git] / include / asm-alpha / ptrace.h
index 9933b8b3612ee2a6173d22ba5bd441d07c80eab5..32c7a5cddd5909f68c60c1877bb0177f20204e88 100644 (file)
@@ -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)