Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 33908
b: refs/heads/master
c: 651c923
h: refs/heads/master
v: v3
  • Loading branch information
David Woodhouse authored and Linus Torvalds committed Sep 13, 2006
1 parent c166e7c commit 0aebbfb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b40c274a03f70d1f758753c56452bed506e47a09
refs/heads/master: 651c923a4446dc5aee385d81c2436d6edf8c9a0c
10 changes: 6 additions & 4 deletions trunk/include/asm-i386/elf.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,7 @@

#include <asm/ptrace.h>
#include <asm/user.h>
#include <asm/processor.h>
#include <asm/system.h> /* for savesegment */
#include <asm/auxvec.h>
#include <asm/desc.h>

#include <linux/utsname.h>

Expand Down Expand Up @@ -48,6 +45,12 @@ typedef struct user_fxsr_struct elf_fpxregset_t;
#define ELF_DATA ELFDATA2LSB
#define ELF_ARCH EM_386

#ifdef __KERNEL__

#include <asm/processor.h>
#include <asm/system.h> /* for savesegment */
#include <asm/desc.h>

/* SVR4/i386 ABI (pages 3-31, 3-32) says that when the program starts %edx
contains a pointer to a function which might be registered using `atexit'.
This provides a mean for the dynamic linker to call DT_FINI functions for
Expand Down Expand Up @@ -111,7 +114,6 @@ typedef struct user_fxsr_struct elf_fpxregset_t;

#define ELF_PLATFORM (system_utsname.machine)

#ifdef __KERNEL__
#define SET_PERSONALITY(ex, ibcs2) do { } while (0)

/*
Expand Down

0 comments on commit 0aebbfb

Please sign in to comment.