patch-2.3.99-pre6 linux/include/asm-ia64/elf.h
Next file: linux/include/asm-ia64/hardirq.h
Previous file: linux/include/asm-ia64/current.h
Back to the patch index
Back to the overall index
- Lines: 10
- Date:
Thu Apr 13 08:11:49 2000
- Orig file:
v2.3.99-pre5/linux/include/asm-ia64/elf.h
- Orig date:
Thu Feb 10 17:11:20 2000
diff -u --recursive --new-file v2.3.99-pre5/linux/include/asm-ia64/elf.h linux/include/asm-ia64/elf.h
@@ -82,8 +82,7 @@
#define ELF_PLATFORM 0
#ifdef __KERNEL__
-# define SET_PERSONALITY(EX,IBCS2) \
- (current->personality = (IBCS2) ? PER_SVR4 : PER_LINUX)
+#define SET_PERSONALITY(ex, ibcs2) set_personality((ibcs2)?PER_SVR4:PER_LINUX)
#endif
#endif /* _ASM_IA64_ELF_H */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)