diff options
author | Petr Tesarik <ptesarik@suse.cz> | 2008-02-11 22:43:05 +0100 |
---|---|---|
committer | Tony Luck <tony.luck@intel.com> | 2008-03-05 15:48:47 -0800 |
commit | eac738e6cea16bfbd7b9018d60d009aedd2d14b6 (patch) | |
tree | 479a44d5e39403cfb57432aa57b2d0cfed90f41f /include/asm-ia64 | |
parent | e868a55c2a8cb72b66d7137fbcc54b82016e98eb (diff) |
[IA64] convert sys_ptrace to arch_ptrace
Convert sys_ptrace() to arch_ptrace().
Signed-off-by: Petr Tesarik <ptesarik@suse.cz>
Signed-off-by: Tony Luck <tony.luck@intel.com>
Diffstat (limited to 'include/asm-ia64')
-rw-r--r-- | include/asm-ia64/ptrace.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/asm-ia64/ptrace.h b/include/asm-ia64/ptrace.h index 0bdce7dde1b0..5b5234098783 100644 --- a/include/asm-ia64/ptrace.h +++ b/include/asm-ia64/ptrace.h @@ -233,8 +233,6 @@ struct switch_stack { #include <asm/current.h> #include <asm/page.h> -#define __ARCH_SYS_PTRACE 1 - /* * We use the ia64_psr(regs)->ri to determine which of the three * instructions in bundle (16 bytes) took the sample. Generate |