From: Jeff Dike Date: Tue, 16 Oct 2007 08:27:07 +0000 (-0700) Subject: uml: rename pt_regs general-purpose register file X-Git-Tag: v2.6.24-rc1~1060 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=18badddaa84e13e126f4ca5df47ac55b97a2635a;p=pandora-kernel.git 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 Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed