1
0
Files
linux/arch/arm64/include/asm
Heiko Carstens 0473c9b5f0 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>
2014-03-04 09:05:33 +01:00
..
2013-03-21 17:39:31 +00:00
2012-09-17 13:42:00 +01:00
2012-09-17 13:42:00 +01:00
2012-09-17 13:42:21 +01:00
2012-09-17 13:41:59 +01:00
2014-02-05 10:42:32 +00:00
2012-09-17 13:42:21 +01:00
2012-09-17 13:42:04 +01:00
2013-06-14 09:52:40 +01:00
2012-09-17 13:42:14 +01:00
2013-10-25 11:33:21 +01:00
2014-02-05 10:42:32 +00:00
2013-06-07 14:03:38 +01:00
2013-06-12 16:40:32 +01:00
2012-09-17 13:41:56 +01:00
2013-12-19 17:43:02 +00:00
2013-01-22 17:51:01 +00:00
2012-09-17 13:42:19 +01:00
2013-08-20 12:12:26 +01:00
2014-02-28 16:12:25 +00:00
2012-09-17 13:41:56 +01:00
2012-09-17 13:42:17 +01:00
2013-10-25 11:33:19 +01:00
2012-09-17 13:42:07 +01:00
2013-10-25 11:33:21 +01:00
2012-09-17 13:41:56 +01:00
2012-09-17 10:24:46 +01:00
2013-06-14 09:52:41 +01:00
2012-09-17 10:24:46 +01:00
2012-09-17 13:42:09 +01:00
2012-09-17 13:42:09 +01:00