android_kernel_samsung_msm8976/arch/x86
Heiko Carstens e89d22ffdc compat: let architectures define __ARCH_WANT_COMPAT_SYS_GETDENTS64
For architecture dependent compat syscalls in common code an architecture
must define something like __ARCH_WANT_<WHATEVER> if it wants to use the
code.
This however is not true for compat_sys_getdents64 for which architectures
must define __ARCH_OMIT_COMPAT_SYS_GETDENTS64 if they do not want the code.

This leads to the situation where all architectures, except mips, get the
compat code but only x86_64, arm64 and the generic syscall architectures
actually use it.

So invert the logic, so that architectures actively must do something to
get the compat code.

This way a couple of architectures get rid of otherwise dead code.

Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Git-repo: git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
Git-commit: 0473c9b5f05948df780bbc7b996dd7aefc4ec41d
Signed-off-by: Joonwoo Park <joonwoop@codeaurora.org>
2014-08-15 11:41:28 -07:00
..
boot x86/efi: Correct EFI boot stub use of code32_start 2014-05-06 07:55:30 -07:00
configs
crypto crypto: ghash-clmulni-intel - use C implementation for setkey() 2014-04-14 06:42:19 -07:00
ia32 Merge upstream linux-stable v3.10.28 into msm-3.10 2014-03-24 14:28:34 -07:00
include compat: let architectures define __ARCH_WANT_COMPAT_SYS_GETDENTS64 2014-08-15 11:41:28 -07:00
kernel Merge upstream tag 'v3.10.40' into msm-3.10 2014-06-18 13:10:54 -07:00
kvm KVM: VMX: fix use after free of vmx->loaded_vmcs 2014-03-31 09:58:14 -07:00
lguest
lib x86, smap: Handle csum_partial_copy_*_user() 2013-09-26 17:18:13 -07:00
math-emu
mm Merge upstream linux-stable v3.10.36 into msm-3.10 2014-04-23 16:23:49 -07:00
net x86: bpf_jit: support negative offsets 2014-03-31 09:58:13 -07:00
oprofile
pci
platform x86/efi: Fix off-by-one bug in EFI Boot Services reservation 2014-02-06 11:08:12 -08:00
power
realmode x86, build: Pass in additional -mno-mmx, -mno-sse options 2013-12-20 07:45:10 -08:00
syscalls sched: Add new scheduler syscalls to support an extended scheduling parameters ABI 2014-05-28 14:51:30 -07:00
tools
um
vdso
video
xen xen: Fix possible user space selector corruption 2014-02-22 12:41:25 -08:00
.gitignore
Kbuild
Kconfig stackprotector: Unify the HAVE_CC_STACKPROTECTOR logic between architectures 2014-07-25 13:08:41 -07:00
Kconfig.cpu
Kconfig.debug
Makefile stackprotector: Unify the HAVE_CC_STACKPROTECTOR logic between architectures 2014-07-25 13:08:41 -07:00
Makefile.um
Makefile_32.cpu