diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2005-11-03 16:24:25 +1100 |
---|---|---|
committer | Stephen Rothwell <sfr@canb.auug.org.au> | 2005-11-03 16:24:25 +1100 |
commit | 608f8b3cf3a7fbd009e6bf78e680ea04e6a4e46f (patch) | |
tree | cf3a195fe50b61ce382859117fbe7197ff3a7bad /include/asm-ppc | |
parent | 879168ee51925f7e68165577fba8ef781ccfccb9 (diff) | |
download | linux-3.10-608f8b3cf3a7fbd009e6bf78e680ea04e6a4e46f.tar.gz linux-3.10-608f8b3cf3a7fbd009e6bf78e680ea04e6a4e46f.tar.bz2 linux-3.10-608f8b3cf3a7fbd009e6bf78e680ea04e6a4e46f.zip |
powerpc: merge sigcontext.h
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Diffstat (limited to 'include/asm-ppc')
-rw-r--r-- | include/asm-ppc/sigcontext.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/include/asm-ppc/sigcontext.h b/include/asm-ppc/sigcontext.h deleted file mode 100644 index b7a417e0a92..00000000000 --- a/include/asm-ppc/sigcontext.h +++ /dev/null @@ -1,15 +0,0 @@ -#ifndef _ASM_PPC_SIGCONTEXT_H -#define _ASM_PPC_SIGCONTEXT_H - -#include <asm/ptrace.h> -#include <linux/compiler.h> - -struct sigcontext { - unsigned long _unused[4]; - int signal; - unsigned long handler; - unsigned long oldmask; - struct pt_regs __user *regs; -}; - -#endif |