diff options
author | Vineet Gupta <vgupta@synopsys.com> | 2013-03-02 12:31:39 +0530 |
---|---|---|
committer | Vineet Gupta <vgupta@synopsys.com> | 2013-03-18 14:37:05 +0530 |
commit | a37b2dc52b88ccd926099d852eae1bb324bc92eb (patch) | |
tree | 18b6499ea04171355dcede2ab8d0b5f4b5aedc94 /arch/arc/include | |
parent | 180d406e4948faee6e63781f3e062f40ec7c6fc3 (diff) |
ARC: Remove SET_PERSONALITY (tracks cross-arch change)
Tracks commit e72837e3e7b "default SET_PERSONALITY() in linux/elf.h"
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
Diffstat (limited to 'arch/arc/include')
-rw-r--r-- | arch/arc/include/asm/elf.h | 3 |
1 files changed, 0 insertions, 3 deletions
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 |