decnet: compile fix for removal of byteorder wrapper
[cascardo/linux.git] / include / asm-frv / elf.h
index 7df58a3..7279ec0 100644 (file)
@@ -137,8 +137,6 @@ do {                                                                                        \
 
 #define ELF_PLATFORM  (NULL)
 
-#ifdef __KERNEL__
-#define SET_PERSONALITY(ex, ibcs2) set_personality((ibcs2)?PER_SVR4:PER_LINUX)
-#endif
+#define SET_PERSONALITY(ex) set_personality(PER_LINUX)
 
 #endif