diff options
author | Dan Aloni <alonid@stratoscale.com> | 2013-08-28 09:24:53 -0400 |
---|---|---|
committer | Catalin Marinas <catalin.marinas@arm.com> | 2013-09-02 11:35:50 -0400 |
commit | 909e3ee4119f87b85c6e1b8534b2287ed1ea3ca2 (patch) | |
tree | c3923122d267b1889711a73ac7b8338a66115b7b /arch/arm64 | |
parent | f3a1d7d53dccf51959aec16b574617cc6bfeca09 (diff) |
Move the EM_ARM and EM_AARCH64 definitions to uapi/linux/elf-em.h
Signed-off-by: Dan Aloni <alonid@stratoscale.com>
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Diffstat (limited to 'arch/arm64')
-rw-r--r-- | arch/arm64/include/asm/elf.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm64/include/asm/elf.h b/arch/arm64/include/asm/elf.h index fe32c0e4ac01..e7fa87f9201b 100644 --- a/arch/arm64/include/asm/elf.h +++ b/arch/arm64/include/asm/elf.h | |||
@@ -33,8 +33,6 @@ typedef unsigned long elf_greg_t; | |||
33 | typedef elf_greg_t elf_gregset_t[ELF_NGREG]; | 33 | typedef elf_greg_t elf_gregset_t[ELF_NGREG]; |
34 | typedef struct user_fpsimd_state elf_fpregset_t; | 34 | typedef struct user_fpsimd_state elf_fpregset_t; |
35 | 35 | ||
36 | #define EM_AARCH64 183 | ||
37 | |||
38 | /* | 36 | /* |
39 | * AArch64 static relocation types. | 37 | * AArch64 static relocation types. |
40 | */ | 38 | */ |
@@ -151,7 +149,6 @@ extern unsigned long arch_randomize_brk(struct mm_struct *mm); | |||
151 | #define arch_randomize_brk arch_randomize_brk | 149 | #define arch_randomize_brk arch_randomize_brk |
152 | 150 | ||
153 | #ifdef CONFIG_COMPAT | 151 | #ifdef CONFIG_COMPAT |
154 | #define EM_ARM 40 | ||
155 | #define COMPAT_ELF_PLATFORM ("v8l") | 152 | #define COMPAT_ELF_PLATFORM ("v8l") |
156 | 153 | ||
157 | #define COMPAT_ELF_ET_DYN_BASE (randomize_et_dyn(2 * TASK_SIZE_32 / 3)) | 154 | #define COMPAT_ELF_ET_DYN_BASE (randomize_et_dyn(2 * TASK_SIZE_32 / 3)) |