diff options
author | Richard Weinberger <richard@nod.at> | 2015-03-18 21:28:15 +0100 |
---|---|---|
committer | Richard Weinberger <richard@nod.at> | 2015-04-13 21:00:48 +0200 |
commit | aaeac66b1a02d399ec8ee63e8d617c1d601ea353 (patch) | |
tree | f3b578f774332b45aa3e3ca5d1272bf67e034225 /arch/um/sys-ppc/sigcontext.c | |
parent | 23fc5f156bddbaaa8939a74c67dfd5bf6d07f596 (diff) | |
download | talos-op-linux-aaeac66b1a02d399ec8ee63e8d617c1d601ea353.tar.gz talos-op-linux-aaeac66b1a02d399ec8ee63e8d617c1d601ea353.zip |
um: Remove ppc cruft
That code is a relict from the early days of UML.
ppc 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-ppc/sigcontext.c')
-rw-r--r-- | arch/um/sys-ppc/sigcontext.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/um/sys-ppc/sigcontext.c b/arch/um/sys-ppc/sigcontext.c deleted file mode 100644 index aac6c83fe44e..000000000000 --- a/arch/um/sys-ppc/sigcontext.c +++ /dev/null @@ -1,4 +0,0 @@ -#include "asm/ptrace.h" -#include "asm/sigcontext.h" -#include <sysdep/ptrace.h> - |