Skip to content

Commit 73e6898

Browse files
Ada-CDwilldeacon
authored andcommitted
arm64: compat: Remove defines now in asm-generic
Some generic COMPAT definitions have been consolidated in asm-generic/compat.h by commit 84a0c97 ("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: Teo Couprie Diaz <[email protected]> Reviewed-by: Guo Ren <[email protected]> Reviewed-by: Arnd Bergmann <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Will Deacon <[email protected]>
1 parent 6915cff commit 73e6898

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

arch/arm64/include/asm/compat.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,10 +83,6 @@ struct compat_statfs {
8383
int f_spare[4];
8484
};
8585

86-
#define COMPAT_RLIM_INFINITY 0xffffffff
87-
88-
#define COMPAT_OFF_T_MAX 0x7fffffff
89-
9086
#define compat_user_stack_pointer() (user_stack_pointer(task_pt_regs(current)))
9187
#define COMPAT_MINSIGSTKSZ 2048
9288

0 commit comments

Comments
 (0)