aboutsummaryrefslogtreecommitdiffstats
path: root/arch/um/include
diff options
context:
space:
mode:
authorJeff Dike <jdike@addtoit.com>2008-02-04 22:30:57 -0800
committerLinus Torvalds <torvalds@woody.linux-foundation.org>2008-02-05 09:44:28 -0800
commitd25f2e1235aab716c9fd6ba36c42503627a3a0e3 (patch)
tree5eaabe739be50f1417707fb6eef2da75dc567a30 /arch/um/include
parentuml: simplify SIGSEGV handling (diff)
downloadlinux-dev-d25f2e1235aab716c9fd6ba36c42503627a3a0e3.tar.xz
linux-dev-d25f2e1235aab716c9fd6ba36c42503627a3a0e3.zip
uml: use ptrace directly in libc code
Some register accessor cleanups - userspace() was calling restore_registers and save_registers for no reason, since userspace() is on the libc side of the house, and these add no value over calling ptrace directly init_thread_registers and get_safe_registers were the same thing, so init_thread_registers is gone Signed-off-by: Jeff Dike <jdike@linux.intel.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/um/include')
-rw-r--r--arch/um/include/registers.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/um/include/registers.h b/arch/um/include/registers.h
index 0e27406a43a4..6df37480cb8c 100644
--- a/arch/um/include/registers.h
+++ b/arch/um/include/registers.h
@@ -9,7 +9,6 @@
#include "sysdep/ptrace.h"
#include "sysdep/archsetjmp.h"
-extern void init_thread_registers(struct uml_pt_regs *to);
extern int save_fp_registers(int pid, unsigned long *fp_regs);
extern int restore_fp_registers(int pid, unsigned long *fp_regs);
extern int save_fpx_registers(int pid, unsigned long *fp_regs);