diff options
author | Vineet Gupta <vgupta@synopsys.com> | 2013-03-02 08:01:39 +0100 |
---|---|---|
committer | Vineet Gupta <vgupta@synopsys.com> | 2013-03-18 10:07:05 +0100 |
commit | a37b2dc52b88ccd926099d852eae1bb324bc92eb (patch) | |
tree | 18b6499ea04171355dcede2ab8d0b5f4b5aedc94 /arch/arc/include | |
parent | ARC: ABIv3: fork/vfork wrappers not needed in "no-legacy-syscall" ABI (diff) | |
download | linux-a37b2dc52b88ccd926099d852eae1bb324bc92eb.tar.xz linux-a37b2dc52b88ccd926099d852eae1bb324bc92eb.zip |
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 |