android_kernel_samsung_msm8976/arch/arm64
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 arm64: Fix correct dtb clean-files location 2014-06-23 15:22:03 -07:00
configs Merge "defconfig: Enable ESP match target" 2014-08-14 23:33:40 -07:00
include compat: let architectures define __ARCH_WANT_COMPAT_SYS_GETDENTS64 2014-08-15 11:41:28 -07:00
kernel arm64: remove return value form psci_init() 2014-08-15 11:41:24 -07:00
kvm arm64: KVM: flush VM pages before letting the guest enable caches 2014-08-15 11:41:27 -07:00
lib arm64: atomics: fix use of acquire + release for full barrier semantics 2014-04-17 17:16:53 -07:00
mm arm64: remove unnecessary cache flush at boot 2014-08-15 11:41:28 -07:00
xen xen/arm,arm64: enable SWIOTLB_XEN 2014-02-07 13:49:50 -08:00
Kconfig cpufreq: enable ARM drivers on arm64 2014-08-15 11:41:24 -07:00
Kconfig.debug Kconfig: arm64: Update dependancy for CONFIG_FREE_PAGES_RDONLY 2014-07-23 15:56:02 -07:00
Makefile ARM64: add option to build Image.gz/dtb combo 2014-06-23 14:33:03 -07:00