patch-2.1.97 linux/include/asm-ppc/elf.h
Next file: linux/include/asm-ppc/ide.h
Previous file: linux/include/asm-ppc/dma.h
Back to the patch index
Back to the overall index
- Lines: 23
- Date:
Tue Apr 14 17:34:00 1998
- Orig file:
v2.1.96/linux/include/asm-ppc/elf.h
- Orig date:
Thu Feb 12 20:56:12 1998
diff -u --recursive --new-file v2.1.96/linux/include/asm-ppc/elf.h linux/include/asm-ppc/elf.h
@@ -59,22 +59,6 @@
#define ELF_PLATFORM (NULL)
#ifdef __KERNEL__
-#define SET_PERSONALITY(ibcs2) current->personality = (ibcs2 ? PER_SVR4 : PER_LINUX)
-#endif
-
-
-/* This yields a mask that user programs can use to figure out what
- instruction set this cpu supports. */
-
-#define ELF_HWCAP (0)
-
-/* This yields a string that ld.so will use to load implementation
- specific libraries for optimization. This is more specific in
- intent than poking at uname or /proc/cpuinfo. */
-
-#define ELF_PLATFORM (NULL)
-
-#ifdef __KERNEL__
#define SET_PERSONALITY(ex, ibcs2) \
current->personality = (ibcs2 ? PER_SVR4 : PER_LINUX)
#endif
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov