On 16/01/2023 17:45, Teo Couprie Diaz wrote:
Some generic COMPAT definitions have been consolidated in asm-generic/compat.h.
It's worth referring to the commit that did that, here commit 84a0c977ab98 ("asm-generic: compat: Cleanup duplicate definitions").
Remove those that are already defined there
... to the same value.
Kevin
from arm64 asm/compat.h.
Signed-off-by: Teo Couprie Diaz teo.coupriediaz@arm.com
arch/arm64/include/asm/compat.h | 4 ---- 1 file changed, 4 deletions(-)
diff --git a/arch/arm64/include/asm/compat.h b/arch/arm64/include/asm/compat.h index a85a500148ac..2255df98fbcd 100644 --- a/arch/arm64/include/asm/compat.h +++ b/arch/arm64/include/asm/compat.h @@ -85,10 +85,6 @@ struct compat_statfs { compat_long_t f_spare[4]; }; -#define COMPAT_RLIM_INFINITY 0xffffffff
-#define COMPAT_OFF_T_MAX 0x7fffffff
static inline void __user *compat_ptr(compat_uptr_t uptr) { /*