From: Jeff Dike Date: Wed, 27 Sep 2006 08:50:35 +0000 (-0700) Subject: [PATCH] uml: fix missing x86_64 register definitions X-Git-Tag: v2.6.19-rc1~940 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a8b4fc4d7c3ccf80d4fa1805cee85c06c2aa653e;p=pandora-kernel.git [PATCH] uml: fix missing x86_64 register definitions The UML/x86_64 headers were missing ptrace support for some segment registers. The underlying problem was that the x86_64 kernel uses user_regs_struct rather than the ptrace register definitions in ptrace. This patch switches UML/x86_64 to using user_regs_struct for its definitions of the host's registers. Signed-off-by: Jeff Dike Cc: Paolo 'Blaisorblade' Giarrusso Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed