summaryrefslogtreecommitdiffstats
path: root/arch/arc/include/asm/elf.h
diff options
context:
space:
mode:
authorVineet Gupta2013-03-02 08:01:39 +0100
committerVineet Gupta2013-03-18 10:07:05 +0100
commita37b2dc52b88ccd926099d852eae1bb324bc92eb (patch)
tree18b6499ea04171355dcede2ab8d0b5f4b5aedc94 /arch/arc/include/asm/elf.h
parentARC: ABIv3: fork/vfork wrappers not needed in "no-legacy-syscall" ABI (diff)
downloadkernel-qcow2-linux-a37b2dc52b88ccd926099d852eae1bb324bc92eb.tar.gz
kernel-qcow2-linux-a37b2dc52b88ccd926099d852eae1bb324bc92eb.tar.xz
kernel-qcow2-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/asm/elf.h')
-rw-r--r--arch/arc/include/asm/elf.h3
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