aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/lib
diff options
context:
space:
mode:
authorBorislav Petkov <bp@alien8.de>2011-06-03 22:07:22 +0200
committerH. Peter Anvin <hpa@linux.intel.com>2011-06-03 14:39:14 -0700
commitdd2897bf0f4d523238e87dabb23e9634ea9ba73d (patch)
treefaf6896f0c497fef5ad405d58c5706e68c84f9f0 /arch/x86/lib
parentx86, asm: Cleanup thunk_64.S (diff)
downloadlinux-dev-dd2897bf0f4d523238e87dabb23e9634ea9ba73d.tar.xz
linux-dev-dd2897bf0f4d523238e87dabb23e9634ea9ba73d.zip
x86, asm: Fix binutils 2.16 issue with __USER32_CS
While testing the patchset at http://lkml.kernel.org/r/1306873314-32523-1-git-send-email-bp@alien8.de with binutils 2.16.1 from hell, kernel build fails with the following error: arch/x86/ia32/ia32entry.S: Assembler messages: arch/x86/ia32/ia32entry.S:139: Error: too many positional arguments make[2]: *** [arch/x86/ia32/ia32entry.o] Error 1 make[1]: *** [arch/x86/ia32] Error 2 make[1]: *** Waiting for unfinished jobs.... make: *** [arch/x86] Error 2 make: *** Waiting for unfinished jobs.... due to spaces between the operators of the __USER32_CS define. Fix it so that gas 2.16 can swallow it too. Signed-off-by: Borislav Petkov <bp@alien8.de> Link: http://lkml.kernel.org/r/1307131642-32595-1-git-send-email-bp@alien8.de Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
Diffstat (limited to 'arch/x86/lib')
0 files changed, 0 insertions, 0 deletions