]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] uml: fix missing x86_64 register definitions
authorJeff Dike <jdike@addtoit.com>
Wed, 27 Sep 2006 08:50:35 +0000 (01:50 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Wed, 27 Sep 2006 15:26:16 +0000 (08:26 -0700)
commitf6b86221500c1fb22e69af7cd119f7d4f1ae5fd7
tree55cc6eed8fccc96d5a50b2e947cc85f8caba7242
parent80764f05d5e27728e849908859d3189b85269268
[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 <jdike@addtoit.com>
Cc: Paolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/um/include/sysdep-x86_64/ptrace.h
arch/um/include/sysdep-x86_64/sc.h
include/asm-um/ptrace-x86_64.h