android_kernel_samsung_msm8976/arch
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
..
alpha locking/mcs: Allow architecture specific asm files to be used for contended case 2014-08-15 11:41:16 -07:00
arc locking/mcs: Allow architecture specific asm files to be used for contended case 2014-08-15 11:41:16 -07:00
arm arm64: KVM: flush VM pages before letting the guest enable caches 2014-08-15 11:41:27 -07:00
arm64 compat: let architectures define __ARCH_WANT_COMPAT_SYS_GETDENTS64 2014-08-15 11:41:28 -07:00
avr32 locking/mcs: Allow architecture specific asm files to be used for contended case 2014-08-15 11:41:16 -07:00
blackfin locking/mcs: Allow architecture specific asm files to be used for contended case 2014-08-15 11:41:16 -07:00
c6x locking/mcs: Allow architecture specific asm files to be used for contended case 2014-08-15 11:41:16 -07:00
cris locking/mcs: Allow architecture specific asm files to be used for contended case 2014-08-15 11:41:16 -07:00
frv locking/mcs: Allow architecture specific asm files to be used for contended case 2014-08-15 11:41:16 -07:00
h8300
hexagon locking/mcs: Allow architecture specific asm files to be used for contended case 2014-08-15 11:41:16 -07:00
ia64 locking/mcs: Allow architecture specific asm files to be used for contended case 2014-08-15 11:41:16 -07:00
m32r locking/mcs: Allow architecture specific asm files to be used for contended case 2014-08-15 11:41:16 -07:00
m68k locking/mcs: Allow architecture specific asm files to be used for contended case 2014-08-15 11:41:16 -07:00
metag locking/mcs: Allow architecture specific asm files to be used for contended case 2014-08-15 11:41:16 -07:00
microblaze locking/mcs: Allow architecture specific asm files to be used for contended case 2014-08-15 11:41:16 -07:00
mips compat: let architectures define __ARCH_WANT_COMPAT_SYS_GETDENTS64 2014-08-15 11:41:28 -07:00
mn10300 locking/mcs: Allow architecture specific asm files to be used for contended case 2014-08-15 11:41:16 -07:00
openrisc locking/mcs: Allow architecture specific asm files to be used for contended case 2014-08-15 11:41:16 -07:00
parisc locking/mcs: Allow architecture specific asm files to be used for contended case 2014-08-15 11:41:16 -07:00
powerpc locking/mcs: Allow architecture specific asm files to be used for contended case 2014-08-15 11:41:16 -07:00
s390 locking/mcs: Allow architecture specific asm files to be used for contended case 2014-08-15 11:41:16 -07:00
score locking/mcs: Allow architecture specific asm files to be used for contended case 2014-08-15 11:41:16 -07:00
sh locking/mcs: Allow architecture specific asm files to be used for contended case 2014-08-15 11:41:16 -07:00
sparc locking/mcs: Allow architecture specific asm files to be used for contended case 2014-08-15 11:41:16 -07:00
tile locking/mcs: Allow architecture specific asm files to be used for contended case 2014-08-15 11:41:16 -07:00
um locking/mcs: Allow architecture specific asm files to be used for contended case 2014-08-15 11:41:16 -07:00
unicore32 locking/mcs: Allow architecture specific asm files to be used for contended case 2014-08-15 11:41:16 -07:00
x86 compat: let architectures define __ARCH_WANT_COMPAT_SYS_GETDENTS64 2014-08-15 11:41:28 -07:00
xtensa locking/mcs: Allow architecture specific asm files to be used for contended case 2014-08-15 11:41:16 -07:00
.gitignore
Kconfig stackprotector: Introduce CONFIG_CC_STACKPROTECTOR_STRONG 2014-07-25 13:08:42 -07:00