projects
/
platform
/
kernel
/
linux-arm64.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
180d406
)
ARC: Remove SET_PERSONALITY (tracks cross-arch change)
author
Vineet Gupta
<vgupta@synopsys.com>
Sat, 2 Mar 2013 07:01:39 +0000
(12:31 +0530)
committer
Vineet Gupta
<vgupta@synopsys.com>
Mon, 18 Mar 2013 09:07:05 +0000
(14:37 +0530)
Tracks commit
e72837e3e7b
"default SET_PERSONALITY() in linux/elf.h"
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
arch/arc/include/asm/elf.h
patch
|
blob
|
history
diff --git
a/arch/arc/include/asm/elf.h
b/arch/arc/include/asm/elf.h
index f4c8d36ebecbd2dcad76db454edc64686cfae292..a262828576839d9d48e5e2be18ae65b9fad815e5 100644
(file)
--- 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