]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ARC: Remove SET_PERSONALITY (tracks cross-arch change)
authorVineet Gupta <vgupta@synopsys.com>
Sat, 2 Mar 2013 07:01:39 +0000 (12:31 +0530)
committerVineet Gupta <vgupta@synopsys.com>
Mon, 18 Mar 2013 09:07:05 +0000 (14:37 +0530)
Tracks commit e72837e3e7b "default SET_PERSONALITY() in linux/elf.h"

Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
arch/arc/include/asm/elf.h

index f4c8d36ebecbd2dcad76db454edc64686cfae292..a262828576839d9d48e5e2be18ae65b9fad815e5 100644 (file)
@@ -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