--david
===== include/asm-i386/elf.h 1.5 vs edited =====
--- 1.5/include/asm-i386/elf.h Thu Jan 2 07:22:48 2003
+++ edited/include/asm-i386/elf.h Fri Jan 10 22:40:15 2003
@@ -96,12 +96,6 @@
#define ELF_PLATFORM (system_utsname.machine)
-/*
- * Architecture-neutral AT_ values in 0-17, leave some room
- * for more of them, start the x86-specific ones at 32.
- */
-#define AT_SYSINFO 32
-
#ifdef __KERNEL__
#define SET_PERSONALITY(ex, ibcs2) set_personality((ibcs2)?PER_SVR4:PER_LINUX)
===== include/linux/elf.h 1.16 vs edited =====
--- 1.16/include/linux/elf.h Thu Dec 26 14:07:53 2002
+++ edited/include/linux/elf.h Fri Jan 10 22:40:45 2003
@@ -182,6 +182,7 @@
#define AT_PLATFORM 15 /* string identifying CPU for optimizations */
#define AT_HWCAP 16 /* arch dependent hints at CPU capabilities */
#define AT_CLKTCK 17 /* frequency at which times() increments */
+#define AT_SYSINFO 32 /* pointer to kernel's sysinfo */
typedef struct dynamic{
Elf32_Sword d_tag;
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/