|
@@ -139,7 +139,6 @@ typedef struct user_fpsimd_state elf_fpregset_t;
|
|
|
|
|
|
#define SET_PERSONALITY(ex) \
|
|
|
({ \
|
|
|
- current->mm->context.flags = 0; \
|
|
|
clear_thread_flag(TIF_32BIT); \
|
|
|
current->personality &= ~READ_IMPLIES_EXEC; \
|
|
|
})
|
|
@@ -195,7 +194,6 @@ typedef compat_elf_greg_t compat_elf_gregset_t[COMPAT_ELF_NGREG];
|
|
|
*/
|
|
|
#define COMPAT_SET_PERSONALITY(ex) \
|
|
|
({ \
|
|
|
- current->mm->context.flags = MMCF_AARCH32; \
|
|
|
set_thread_flag(TIF_32BIT); \
|
|
|
})
|
|
|
#define COMPAT_ARCH_DLINFO
|