patch-2.2.18 linux/include/asm-i386/elf.h
Next file: linux/include/asm-i386/floppy.h
Previous file: linux/include/asm-i386/delay.h
Back to the patch index
Back to the overall index
- Lines: 17
- Date:
Sat Nov 18 00:47:53 2000
- Orig file:
v2.2.17/include/asm-i386/elf.h
- Orig date:
Fri Apr 21 23:11:49 2000
diff -u --new-file --recursive --exclude-from /usr/src/exclude v2.2.17/include/asm-i386/elf.h linux/include/asm-i386/elf.h
@@ -7,6 +7,7 @@
#include <asm/ptrace.h>
#include <asm/user.h>
+#include <linux/utsname.h>
typedef unsigned long elf_greg_t;
@@ -93,7 +94,7 @@
For the moment, we have only optimizations for the Intel generations,
but that could change... */
-#define ELF_PLATFORM ("i386\0i486\0i586\0i686"+((boot_cpu_data.x86-3)*5))
+#define ELF_PLATFORM (system_utsname.machine)
#ifdef __KERNEL__
#define SET_PERSONALITY(ex, ibcs2) \
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)