uml: rename pt_regs general-purpose register file
authorJeff Dike <jdike@addtoit.com>
Tue, 16 Oct 2007 08:27:07 +0000 (01:27 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Tue, 16 Oct 2007 16:43:06 +0000 (09:43 -0700)
commit18badddaa84e13e126f4ca5df47ac55b97a2635a
treec57bee27c8144481a59546fcbd8487d9486c6a54
parent6c738ffa9fea6869f5d51882dfefbba746e432b1
uml: rename pt_regs general-purpose register file

Before the removal of tt mode, access to a register on the skas-mode side of a
pt_regs struct looked like pt_regs.regs.skas.regs.regs[FOO].  This was bad
enough, but it became pt_regs.regs.regs.regs[FOO] with the removal of the
union from the middle.  To get rid of the run of three "regs", the last field
is renamed to "gp".

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>
arch/um/include/sysdep-i386/ptrace.h
arch/um/include/sysdep-x86_64/ptrace.h
arch/um/kernel/process.c
arch/um/kernel/skas/syscall.c
arch/um/os-Linux/registers.c
arch/um/os-Linux/skas/process.c
arch/um/sys-i386/signal.c
arch/um/sys-x86_64/signal.c
arch/um/sys-x86_64/tls.c
include/asm-um/elf-x86_64.h