]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - arch/arm64/include/asm/elf.h
arm64: cleanup {COMPAT_,}SET_PERSONALITY() macro
[mirror_ubuntu-artful-kernel.git] / arch / arm64 / include / asm / elf.h
index 517b9ff0456cae47ae71346e35650579bcd52c39..33be513ef24c84093c9a50441663896b3f04376f 100644 (file)
@@ -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