Files
linux/arch/arm64/include/asm
Arnd Bergmann 202bf8d758 compat: provide compat_ptr() on all architectures
In order to avoid needless #ifdef CONFIG_COMPAT checks,
move the compat_ptr() definition to linux/compat.h
where it can be seen by any file regardless of the
architecture.

Only s390 needs a special definition, this can use the
self-#define trick we have elsewhere.

Reviewed-by: Ben Hutchings <ben.hutchings@codethink.co.uk>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
2020-01-03 09:32:51 +01:00
..
2019-08-09 11:17:16 +01:00
2019-11-06 14:17:35 +00:00
2019-08-09 11:17:21 +01:00
2019-08-30 11:18:29 +01:00
2019-11-06 14:17:35 +00:00
2019-08-09 11:17:27 +01:00
2019-10-28 11:22:38 +00:00