aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-ppc/sigcontext.h
diff options
context:
space:
mode:
authorPaul Mackerras <paulus@samba.org>2005-11-03 01:04:08 -0500
committerPaul Mackerras <paulus@samba.org>2005-11-03 01:04:08 -0500
commitd3ab57ebdc6457543b346255fa47b0ecd7671136 (patch)
treebd2f8fe9193d21a038c645fd9af2e474073d370c /include/asm-ppc/sigcontext.h
parent7f23292d5a6525a133d7cb8f2f33df39dd069822 (diff)
parent5adb83c2fa136e14172b1a65b0f8aa28f2cb9f62 (diff)
Merge git://oak/home/sfr/kernels/iseries/work
Diffstat (limited to 'include/asm-ppc/sigcontext.h')
-rw-r--r--include/asm-ppc/sigcontext.h15
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 b7a417e0a921..000000000000
--- a/include/asm-ppc/sigcontext.h
+++ /dev/null
@@ -1,15 +0,0 @@
1#ifndef _ASM_PPC_SIGCONTEXT_H
2#define _ASM_PPC_SIGCONTEXT_H
3
4#include <asm/ptrace.h>
5#include <linux/compiler.h>
6
7struct sigcontext {
8 unsigned long _unused[4];
9 int signal;
10 unsigned long handler;
11 unsigned long oldmask;
12 struct pt_regs __user *regs;
13};
14
15#endif