]> git.baikalelectronics.ru Git - kernel.git/commit
uml: remove unused sigcontext accessors
authorJeff Dike <jdike@addtoit.com>
Sat, 23 Feb 2008 23:23:48 +0000 (15:23 -0800)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Sun, 24 Feb 2008 01:12:15 +0000 (17:12 -0800)
commit3c5b2d16b8c6b0f6134b170de8cd17f7feec87c9
tree1cb8d061b838e9afd36e268871ba1ede667a4dd2
parente5d36b1d71c666fc307bc38623ad311f84be4af3
uml: remove unused sigcontext accessors

The macros which extract registers from a struct sigcontext are no longer
needed and can be removed.  They are starting not to build anyway, given the
removal of the 'e' and 'r' from register names during the x86 merge.

Cc: Jiri Olsa <olsajiri@gmail.com>
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/sys-i386/user-offsets.c
arch/um/sys-x86_64/user-offsets.c