aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mn10300/include/asm/elf.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mn10300/include/asm/elf.h')
-rw-r--r--arch/mn10300/include/asm/elf.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/mn10300/include/asm/elf.h b/arch/mn10300/include/asm/elf.h
index 8157c9267f42..4ebd6b3a0a1e 100644
--- a/arch/mn10300/include/asm/elf.h
+++ b/arch/mn10300/include/asm/elf.h
@@ -151,7 +151,8 @@ do { \
#define ELF_PLATFORM (NULL)
#ifdef __KERNEL__
-#define SET_PERSONALITY(ex) set_personality(PER_LINUX)
+#define SET_PERSONALITY(ex) \
+ set_personality(PER_LINUX | (current->personality & (~PER_MASK)))
#endif
#endif /* _ASM_ELF_H */