aboutsummaryrefslogtreecommitdiff
path: root/include/asm-frv/elf.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-frv/elf.h')
-rw-r--r--include/asm-frv/elf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-frv/elf.h b/include/asm-frv/elf.h
index 9fb946bb7dc..7279ec07d62 100644
--- a/include/asm-frv/elf.h
+++ b/include/asm-frv/elf.h
@@ -137,6 +137,6 @@ do { \
#define ELF_PLATFORM (NULL)
-#define SET_PERSONALITY(ex, ibcs2) set_personality((ibcs2)?PER_SVR4:PER_LINUX)
+#define SET_PERSONALITY(ex) set_personality(PER_LINUX)
#endif