Commit 73e68984 authored by Teo Couprie Diaz's avatar Teo Couprie Diaz Committed by Will Deacon

arm64: compat: Remove defines now in asm-generic

Some generic COMPAT definitions have been consolidated in
asm-generic/compat.h by commit 84a0c977
("asm-generic: compat: Cleanup duplicate definitions")

Remove those that are already defined to the same value there from
arm64 asm/compat.h.
Signed-off-by: default avatarTeo Couprie Diaz <teo.coupriediaz@arm.com>
Reviewed-by: default avatarGuo Ren <guoren@kernel.org>
Reviewed-by: default avatarArnd Bergmann <arnd@arndb.de>
Link: https://lore.kernel.org/r/20230314140038.252908-1-teo.coupriediaz@arm.comSigned-off-by: default avatarWill Deacon <will@kernel.org>
parent 6915cffd
......@@ -83,10 +83,6 @@ struct compat_statfs {
int f_spare[4];
};
#define COMPAT_RLIM_INFINITY 0xffffffff
#define COMPAT_OFF_T_MAX 0x7fffffff
#define compat_user_stack_pointer() (user_stack_pointer(task_pt_regs(current)))
#define COMPAT_MINSIGSTKSZ 2048
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment