Skip to content

Commit

Permalink
ARC: Remove SET_PERSONALITY (tracks cross-arch change)
Browse files Browse the repository at this point in the history
Tracks commit e72837e "default SET_PERSONALITY() in linux/elf.h"

Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
  • Loading branch information
Vineet Gupta committed Mar 18, 2013
1 parent 180d406 commit a37b2dc
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions arch/arc/include/asm/elf.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit a37b2dc

Please sign in to comment.