From: Brian Gerst Date: Mon, 22 Jun 2015 11:55:21 +0000 (-0400) Subject: x86/compat: Separate ia32 and x32 compat ABIs X-Git-Tag: omap-for-v4.3/fixes-merge-window~19^2~53 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9b54050bfe438d9e1108211d28cb0b995b1f347c;p=pandora-kernel.git x86/compat: Separate ia32 and x32 compat ABIs The x32 ABI is now independent of the ia32 compat ABI. Common code is now conditional on CONFIG_COMPAT, but unshared code like syscall entry, signal handling, and the VDSO are under separate config options. Signed-off-by: Brian Gerst Cc: Andy Lutomirski Cc: Borislav Petkov Cc: Denys Vlasenko Cc: H. Peter Anvin Cc: Linus Torvalds Cc: Peter Zijlstra Cc: Thomas Gleixner Link: http://lkml.kernel.org/r/1434974121-32575-13-git-send-email-brgerst@gmail.com Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed