From: Vineet Gupta Date: Sat, 2 Mar 2013 07:01:39 +0000 (+0530) Subject: ARC: Remove SET_PERSONALITY (tracks cross-arch change) X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=a37b2dc52b88ccd926099d852eae1bb324bc92eb;p=linux-beck.git ARC: Remove SET_PERSONALITY (tracks cross-arch change) Tracks commit e72837e3e7b "default SET_PERSONALITY() in linux/elf.h" Signed-off-by: Vineet Gupta --- diff --git a/arch/arc/include/asm/elf.h b/arch/arc/include/asm/elf.h index f4c8d36ebecb..a26282857683 100644 --- a/arch/arc/include/asm/elf.h +++ b/arch/arc/include/asm/elf.h @@ -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