aboutsummaryrefslogtreecommitdiff
path: root/arch/h8300/include/asm/elf.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/h8300/include/asm/elf.h')
-rw-r--r--arch/h8300/include/asm/elf.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/h8300/include/asm/elf.h b/arch/h8300/include/asm/elf.h
index c24fa250d653..41193c396bff 100644
--- a/arch/h8300/include/asm/elf.h
+++ b/arch/h8300/include/asm/elf.h
@@ -54,7 +54,8 @@ typedef unsigned long elf_fpregset_t;
#define ELF_PLATFORM (NULL)
-#define SET_PERSONALITY(ex) set_personality(PER_LINUX)
+#define SET_PERSONALITY(ex) \
+ set_personality(PER_LINUX | (current->personality & (~PER_MASK)))
#define R_H8_NONE 0
#define R_H8_DIR32 1