From: Jeff Dike Date: Tue, 5 Feb 2008 06:30:57 +0000 (-0800) Subject: uml: use ptrace directly in libc code X-Git-Tag: v2.6.25-rc1~835 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d25f2e1235aab716c9fd6ba36c42503627a3a0e3;p=pandora-kernel.git 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 Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed