diff options
author | Richard Weinberger <richard@nod.at> | 2015-03-18 23:27:35 +0300 |
---|---|---|
committer | Richard Weinberger <richard@nod.at> | 2015-04-13 22:00:44 +0300 |
commit | 23fc5f156bddbaaa8939a74c67dfd5bf6d07f596 (patch) | |
tree | defe9efa310c42f2c98a54181bf12e7b89e589ba /arch/um/sys-ia64/sysdep/ptrace.h | |
parent | fcf81931a0f9cff10101386685f2e9f30fe5f3d2 (diff) | |
download | linux-23fc5f156bddbaaa8939a74c67dfd5bf6d07f596.tar.xz |
um: Remove ia64 cruft
That code is a relict from the early days of UML.
ia64 support was never completed nor worked.
Let's rip it out.
Signed-off-by: Richard Weinberger <richard@nod.at>
Diffstat (limited to 'arch/um/sys-ia64/sysdep/ptrace.h')
-rw-r--r-- | arch/um/sys-ia64/sysdep/ptrace.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/arch/um/sys-ia64/sysdep/ptrace.h b/arch/um/sys-ia64/sysdep/ptrace.h deleted file mode 100644 index 0f0f4e6fd334..000000000000 --- a/arch/um/sys-ia64/sysdep/ptrace.h +++ /dev/null @@ -1,16 +0,0 @@ -/* - * Copyright (C) 2000 Jeff Dike (jdike@karaya.com) - * Licensed under the GPL - */ - -#ifndef __SYSDEP_IA64_PTRACE_H -#define __SYSDEP_IA64_PTRACE_H - -struct sys_pt_regs { - int foo; -}; - -#define EMPTY_REGS { 0 } - -#endif - |