summaryrefslogtreecommitdiffstats
path: root/include/asm-ppc/sigcontext.h
diff options
context:
space:
mode:
authorPaul Mackerras <paulus@samba.org>2005-11-03 07:04:08 +0100
committerPaul Mackerras <paulus@samba.org>2005-11-03 07:04:08 +0100
commitd3ab57ebdc6457543b346255fa47b0ecd7671136 (patch)
treebd2f8fe9193d21a038c645fd9af2e474073d370c /include/asm-ppc/sigcontext.h
parent[PATCH] powerpc: Keep fixing merged ipcbuf.h (diff)
parentpowerpc: merge ucontext.h (diff)
downloadlinux-d3ab57ebdc6457543b346255fa47b0ecd7671136.tar.xz
linux-d3ab57ebdc6457543b346255fa47b0ecd7671136.zip
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 @@
-#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