Commit a37b2dc5 authored by Vineet Gupta's avatar Vineet Gupta

ARC: Remove SET_PERSONALITY (tracks cross-arch change)

Tracks commit e72837e3 "default SET_PERSONALITY() in linux/elf.h"
Signed-off-by: default avatarVineet Gupta <vgupta@synopsys.com>
parent 180d406e
......@@ -72,7 +72,4 @@ extern int elf_check_arch(const struct elf32_hdr *);
*/
#define ELF_PLATFORM (NULL)
#define SET_PERSONALITY(ex) \
set_personality(PER_LINUX | (current->personality & (~PER_MASK)))
#endif
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