From: Ingo Molnar Date: Wed, 13 Feb 2008 15:20:35 +0000 (+0100) Subject: x86: fix sigcontext.h user export X-Git-Tag: v2.6.25-rc2~74^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1cdde19109901e8f1194e227d0bcd48caf713323;p=pandora-kernel.git x86: fix sigcontext.h user export Jakub Jelinek reported that some user-space code that relies on kernel headers has built dependency on the sigcontext->eip/rip register names - which have been unified in commit: commit 742fa54a62be6a263df14a553bf832724471dfbe Author: H. Peter Anvin Date: Wed Jan 30 13:30:56 2008 +0100 x86: use generic register names in struct sigcontext so give the old layout to user-space. This is not particularly pretty, but it's an ABI so there's no danger of the two definitions getting out of sync. Reported-by: Jakub Jelinek Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed