Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a37b2dc5 authored by Vineet Gupta's avatar Vineet Gupta
Browse files

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
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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