aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVineet Gupta <vgupta@synopsys.com>2013-03-02 02:01:39 -0500
committerVineet Gupta <vgupta@synopsys.com>2013-03-18 05:07:05 -0400
commita37b2dc52b88ccd926099d852eae1bb324bc92eb (patch)
tree18b6499ea04171355dcede2ab8d0b5f4b5aedc94
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>
-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 *);
72 */ 72 */
73#define ELF_PLATFORM (NULL) 73#define ELF_PLATFORM (NULL)
74 74
75#define SET_PERSONALITY(ex) \
76 set_personality(PER_LINUX | (current->personality & (~PER_MASK)))
77
78#endif 75#endif