Files
linux/arch/xtensa/include/asm
Arnd Bergmann caf6f9c8a3 asm-generic: Remove unneeded __ARCH_WANT_SYS_LLSEEK macro
The sys_llseek sytem call is needed on all 32-bit architectures and
none of the 64-bit ones, so we can remove the __ARCH_WANT_SYS_LLSEEK guard
and simplify the include/asm-generic/unistd.h header further.

Since 32-bit tasks can run either natively or in compat mode on 64-bit
architectures, we have to check for both !CONFIG_64BIT and CONFIG_COMPAT.

There are a few 64-bit architectures that also reference sys_llseek
in their 64-bit ABI (e.g. sparc), but I verified that those all
select CONFIG_COMPAT, so the #if check is still correct here. It's
a bit odd to include it in the syscall table though, as it's the
same as sys_lseek() on 64-bit, but with strange calling conventions.

Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
2018-08-29 15:42:21 +02:00
..
2016-01-12 20:46:58 +02:00
2016-07-24 06:33:29 +03:00
2018-06-15 18:10:01 -03:00
2015-08-17 07:33:39 +03:00
2014-01-15 00:28:11 +04:00
2011-03-31 11:26:23 -03:00
2013-02-23 19:35:57 -08:00
2018-08-20 12:28:05 -07:00
2018-02-11 09:18:12 -08:00
2018-07-11 11:10:21 -07:00
2017-12-16 22:37:10 -08:00
2014-01-14 10:19:58 -08:00
2014-01-14 10:19:58 -08:00
2017-12-16 22:37:10 -08:00
2014-01-15 00:27:03 +04:00
2014-01-14 10:19:59 -08:00
2018-01-02 03:25:41 -08:00
2017-12-16 22:37:09 -08:00