aboutsummaryrefslogtreecommitdiff
path: root/arch/arc
diff options
context:
space:
mode:
authorVineet Gupta <vgupta@synopsys.com>2013-03-02 12:31:39 +0530
committerVineet Gupta <vgupta@synopsys.com>2013-03-18 14:37:05 +0530
commita37b2dc52b88ccd926099d852eae1bb324bc92eb (patch)
tree18b6499ea04171355dcede2ab8d0b5f4b5aedc94 /arch/arc
parent180d406e4948faee6e63781f3e062f40ec7c6fc3 (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')
-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 f4c8d36ebec..a2628285768 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