]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-sparc/ptrace.h
[Blackfin] arch: fix some obvious typos -- some of which prevent SDH building for...
[linux-2.6-omap-h63xx.git] / include / asm-sparc / ptrace.h
index a84345ba8beed33d732548693111161bb1964701..8201a7b29d49bdc7052793b4ccac9b75fb5b8b73 100644 (file)
@@ -61,8 +61,6 @@ struct sparc_stackf {
 
 #ifdef __KERNEL__
 
-#define __ARCH_SYS_PTRACE      1
-
 #define user_mode(regs) (!((regs)->psr & PSR_PS))
 #define instruction_pointer(regs) ((regs)->pc)
 unsigned long profile_pc(struct pt_regs *);
@@ -162,7 +160,4 @@ extern void show_regs(struct pt_regs *);
 #define PTRACE_GETFPAREGS         20
 #define PTRACE_SETFPAREGS         21
 
-#define PTRACE_GETUCODE           29  /* stupid bsd-ism */
-
-
 #endif /* !(_SPARC_PTRACE_H) */