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)
commitb32eb52e4093351bd0debd027575578a599bfb3e
tree1cb8d061b838e9afd36e268871ba1ede667a4dd2
parentf3069ae9d76901d021362bb63d9ad6c5900dfc76
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