This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / include / asm-i386 / elf.h
index c960aa0..f55884b 100644 (file)
@@ -118,14 +118,9 @@ typedef struct user_fxsr_struct elf_fpxregset_t;
 #define AT_SYSINFO_EHDR                33
 
 #ifdef __KERNEL__
+/* child inherits the personality of the parent */
 #define SET_PERSONALITY(ex, ibcs2) do { } while (0)
 
-/*
- * An executable for which elf_read_implies_exec() returns TRUE will
- * have the READ_IMPLIES_EXEC personality flag set automatically.
- */
-#define elf_read_implies_exec_binary(ex, have_pt_gnu_stack)    (!(have_pt_gnu_stack))
-
 extern int dump_task_regs (struct task_struct *, elf_gregset_t *);
 extern int dump_task_fpu (struct task_struct *, elf_fpregset_t *);
 extern int dump_task_extended_fpu (struct task_struct *, struct user_fxsr_struct *);