From: James S. <jsi...@us...> - 2002-02-19 17:43:06
|
Update of /cvsroot/linux-mips/linux/include/asm-mips64 In directory usw-pr-cvs1:/tmp/cvs-serv7093/include/asm-mips64 Modified Files: ptrace.h Log Message: Unify show_regs() for all 64-bit processors. Index: ptrace.h =================================================================== RCS file: /cvsroot/linux-mips/linux/include/asm-mips64/ptrace.h,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- ptrace.h 12 Feb 2002 18:00:14 -0000 1.1 +++ ptrace.h 19 Feb 2002 17:43:02 -0000 1.2 @@ -76,9 +76,6 @@ #ifndef _LANGUAGE_ASSEMBLY #define instruction_pointer(regs) ((regs)->cp0_epc) -extern void (*_show_regs)(struct pt_regs *); -#define show_regs(regs) _show_regs(regs) - #endif /* !(_LANGUAGE_ASSEMBLY__) */ #endif |