x86/compat: Don't build the 32-bit VDSO if not needed
authorBrian Gerst <brgerst@gmail.com>
Mon, 22 Jun 2015 11:55:15 +0000 (07:55 -0400)
committerIngo Molnar <mingo@kernel.org>
Mon, 6 Jul 2015 13:28:56 +0000 (15:28 +0200)
commitab8b82ee6dad7c9c257f450d14719a0e3f327244
treed6eaf70ee1c86d476ae97312f9ac665c442f2857
parent601275c3e04c43b3b34237ab36c27fc1cfb8a189
x86/compat: Don't build the 32-bit VDSO if not needed

Build the 32-bit vdso only for native 32-bit or 32-bit compat is
enabled.  x32 should not force it to build.

Signed-off-by: Brian Gerst <brgerst@gmail.com>
Cc: Andy Lutomirski <luto@amacapital.net>
Cc: Borislav Petkov <bp@alien8.de>
Cc: Denys Vlasenko <dvlasenk@redhat.com>
Cc: H. Peter Anvin <hpa@zytor.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Link: http://lkml.kernel.org/r/1434974121-32575-7-git-send-email-brgerst@gmail.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
arch/x86/entry/vdso/Makefile
arch/x86/entry/vdso/vma.c
arch/x86/include/asm/elf.h
This page took 0.035043 seconds and 5 git commands to generate.