diff options
author | H. Peter Anvin <hpa@zytor.com> | 2010-04-29 19:53:17 -0400 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2010-04-29 19:53:17 -0400 |
commit | d9c5841e22231e4e49fd0a1004164e6fce59b7a6 (patch) | |
tree | e1f589c46b3ff79bbe7b1b2469f6362f94576da6 /fs/compat_binfmt_elf.c | |
parent | b701a47ba48b698976fb2fe05fb285b0edc1d26a (diff) | |
parent | 5967ed87ade85a421ef814296c3c7f182b08c225 (diff) |
Merge branch 'x86/asm' into x86/atomic
Merge reason:
Conflict between LOCK_PREFIX_HERE and relative alternatives
pointers
Resolved Conflicts:
arch/x86/include/asm/alternative.h
arch/x86/kernel/alternative.c
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'fs/compat_binfmt_elf.c')
-rw-r--r-- | fs/compat_binfmt_elf.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/compat_binfmt_elf.c b/fs/compat_binfmt_elf.c index 0adced2f296f..112e45a17e99 100644 --- a/fs/compat_binfmt_elf.c +++ b/fs/compat_binfmt_elf.c | |||
@@ -28,10 +28,12 @@ | |||
28 | 28 | ||
29 | #undef elfhdr | 29 | #undef elfhdr |
30 | #undef elf_phdr | 30 | #undef elf_phdr |
31 | #undef elf_shdr | ||
31 | #undef elf_note | 32 | #undef elf_note |
32 | #undef elf_addr_t | 33 | #undef elf_addr_t |
33 | #define elfhdr elf32_hdr | 34 | #define elfhdr elf32_hdr |
34 | #define elf_phdr elf32_phdr | 35 | #define elf_phdr elf32_phdr |
36 | #define elf_shdr elf32_shdr | ||
35 | #define elf_note elf32_note | 37 | #define elf_note elf32_note |
36 | #define elf_addr_t Elf32_Addr | 38 | #define elf_addr_t Elf32_Addr |
37 | 39 | ||