patch-2.3.99-pre6 linux/include/asm-arm/proc-armv/elf.h
Next file: linux/include/asm-arm/proc-armv/pgtable.h
Previous file: linux/include/asm-arm/proc-armo/system.h
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Thu Apr 13 08:11:49 2000
- Orig file:
v2.3.99-pre5/linux/include/asm-arm/proc-armv/elf.h
- Orig date:
Fri Oct 22 13:21:53 1999
diff -u --recursive --new-file v2.3.99-pre5/linux/include/asm-arm/proc-armv/elf.h linux/include/asm-arm/proc-armv/elf.h
@@ -17,7 +17,6 @@
there is no other ELF system currently supported by iBCS.
@@ Could print a warning message to encourage users to upgrade. */
#define SET_PERSONALITY(ex,ibcs2) \
- current->personality = (ex.e_flags & EF_ARM_APCS26) ? \
- PER_LINUX : PER_LINUX_32BIT
+ set_personality((ex).e_flags&EF_ARM_APCS26 ?PER_LINUX :PER_LINUX_32BIT)
#endif
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)