]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - arch/blackfin/include/asm/elf.h
[PATCH] remove unused ibcs2/PER_SVR4 in SET_PERSONALITY
[net-next-2.6.git] / arch / blackfin / include / asm / elf.h
index 67a03a8a353e019a28a1c86918ee6367eb978d69..cdbfcfc30f6a693c170d6db57e80a3af04c5cf50 100644 (file)
@@ -122,6 +122,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